summaryrefslogtreecommitdiffstats
path: root/.gitlab-ci.yml
AgeCommit message (Collapse)Author
2019-01-11ci: Work around Python test failures.Justus Winter
- When building the bindings first, testing them later, the tests fail most of the time. I have not found the reason yet. - Reverts 9549da4b2bfa29519bb453a1f4fdd9baa536b57b.
2019-01-11ci: Use valgrind to run our C tests.Justus Winter
2019-01-11ci: Build first, then test.Justus Winter
2018-07-27ci: Use our own image as base.Justus Winter
- While this -to my surprise- does not seem to speed up the test, it does make the log nicer to look at.
2018-07-27ci: Speed up the compilation.Justus Winter
- Disable incremental builds, cache cargo and target directory, add some diagnostic output.
2018-07-27ci: Add basic .gitlab-ci.yml file.Azul
- This enables building and testing Sequoia using Gitlab's continuous integration infrastructure.