Age | Commit message (Collapse) | Author | |
---|---|---|---|
2016-10-29 | Remove appveyor/circleci files | Loïc Hoguin | |
2015-12-24 | Use OTP 18.2.1 on CircleCI | Loïc Hoguin | |
2015-12-18 | Tweak public CI configuration | Loïc Hoguin | |
2015-12-15 | Prevent Dialyzer from running concurrently in test suite | Loïc Hoguin | |
We use the GNU Parallel program to create a mutex around the Dialyzer calls. | |||
2015-12-14 | Disable parallel testing on CircleCI | Loïc Hoguin | |
Now that we have Dialyzer tests, we run out of memory if we run too many at the same time. | |||
2015-09-21 | Install gcc on CircleCI | Loïc Hoguin | |
2015-09-18 | Fix brainfart with circle.yml file | Loïc Hoguin | |
2015-09-18 | Test "no .app.src" by default, test legacy with LEGACY=1 | Loïc Hoguin | |
Also fixes two bugs with the new "no .app.src" method. All tests now pass with both methods. We can now test specific cases with make check c=$CASE. | |||
2015-08-16 | Update apt-get before trying to install autoconf | Loïc Hoguin | |
Should fix errors with @CircleCI. | |||
2015-08-14 | Add test/pkgs.log as artifact | Loïc Hoguin | |
2015-07-27 | Attempt using CircleCI with erlang.mk | Loïc Hoguin | |