summaryrefslogtreecommitdiff
path: root/.travis/autotools-linux
AgeCommit message (Collapse)Author
2020-05-08style: Run restyled on Travis and Circle CI scripts.iphydf
2019-01-06Use (probably?) correct path to test log to cat on error.iphydf
2019-01-06Display build log for autotools build on failure.iphydf
We can't see the failure messages now, so something like "aborted", which probably means assertion failure, is not very useful right now. E.g. https://travis-ci.org/TokTok/c-toxcore/jobs/476028600#L1220
2018-08-25Run all tests (and compilation) in parallel with autotools.iphydf
With distcheck, it's all or nothing, so we build with -j50 and run tests with -j50.
2018-07-01Simplify Travis CI builds.iphydf
Have one script per build. This means more duplication between the scripts, but it's much easier to understand and to run locally.