summaryrefslogtreecommitdiff
path: root/.gitlab-ci.yml
Commit message (Collapse)AuthorAgeFilesLines
* CI: Use unstable for now, as we need triehash packageJulian Andres Klode2019-03-111-1/+1
|
* gitlab-ci: chmod 755 /rootJulian Andres Klode2018-06-251-0/+1
| | | | This should avoid test failures on ubuntu:bionic
* CI: Export DEBIAN_FRONTEND=noninteractive in all CI environmentsJulian Andres Klode2018-06-251-0/+2
| | | | This ensures that we don't hang waiting for debconf.
* Run tests on GitLab CIJulian Andres Klode2018-05-161-0/+33
Salsa has support for GitLab CI. This introduces a test setup for it, derived from the ones for shippable and travis. It is not optimal yet: The build is run in the test stage. Fixing this requires us to separate test from build dependencies, and storing build/ as an artifact of the build stage; since build and test stage run on different runners with fresh checkouts and images.