Age | Commit message (Collapse) | Author | |
---|---|---|---|
2017-03-08 | builder-docker-otp: Fix passing of command | Björn Gustavsson | |
Pass all argument except the first as the command for "docker run". | |||
2017-03-08 | Reduce number of jobs for make | Björn Gustavsson | |
Running fewer jobs in parallel reduces the risk of running out of memory. | |||
2017-03-08 | Add docker images for building 32/64 bit erlang | Lukas Larsson | |
2017-03-07 | Travis CI: Avoid that builds gets killed for inactivity | Björn Gustavsson | |
Travis CI will kill build jobs that have not produced output for 10 minutes. The OTP build was never killed because of inactivity before 74796de9c7739 (which started to capture the output in a temporary file). After that commit, now and then a build would be killed because it did not finish in 10 minutes. Update the build script to periodically print a ".", but only if the size of the log file has changed. That way, if there is a real hanging during the build, Travis CI will still kill the build. Alternatives considered: Using travis_wait. Rejected because travis_wait will extend the build unconditonally, even if the build does not progress at all. | |||
2017-02-08 | Reduce size of the log file for Travis CI | Björn Gustavsson | |
The huge log files are problematic. Add shell scripts that captures the log output to a temporary file and only display the log file if an error occurs. | |||
2016-12-12 | Make sure that Travis fails when test cases fail | Björn Gustavsson | |