aboutsummaryrefslogtreecommitdiffstats
path: root/circle.yml
AgeCommit message (Collapse)Author
2015-12-24Use OTP 18.2.1 on CircleCILoïc Hoguin
2015-12-18Tweak public CI configurationLoïc Hoguin
2015-12-15Prevent Dialyzer from running concurrently in test suiteLoïc Hoguin
We use the GNU Parallel program to create a mutex around the Dialyzer calls.
2015-12-14Disable parallel testing on CircleCILoïc Hoguin
Now that we have Dialyzer tests, we run out of memory if we run too many at the same time.
2015-09-21Install gcc on CircleCILoïc Hoguin
2015-09-18Fix brainfart with circle.yml fileLoïc Hoguin
2015-09-18Test "no .app.src" by default, test legacy with LEGACY=1Loï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-16Update apt-get before trying to install autoconfLoïc Hoguin
Should fix errors with @CircleCI.
2015-08-14Add test/pkgs.log as artifactLoïc Hoguin
2015-07-27Attempt using CircleCI with erlang.mkLoïc Hoguin