Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Revert "Branch of as 2.2.y for bullseye" | Julian Andres Klode | 2021-03-01 | 1 | -2/+2 |
| | | | | | This reverts commit d96c9a0280bffcfb0f4a319e003e9af60c6cfaf1. It is not correct for master. | ||||
* | Branch of as 2.2.y for bullseye | Julian Andres Klode | 2021-02-23 | 1 | -2/+2 |
| | |||||
* | CI: Run test as user on i386 | Julian Andres Klode | 2021-02-09 | 1 | -0/+1 |
| | |||||
* | gitlab-ci: Use ccache | Julian Andres Klode | 2019-12-05 | 1 | -8/+13 |
| | |||||
* | gitlab-ci: Do not do coverage | Julian Andres Klode | 2019-12-04 | 1 | -6/+4 |
| | |||||
* | CI: Use unstable for now, as we need triehash package | Julian Andres Klode | 2019-03-11 | 1 | -1/+1 |
| | |||||
* | gitlab-ci: chmod 755 /root | Julian Andres Klode | 2018-06-25 | 1 | -0/+1 |
| | | | | This should avoid test failures on ubuntu:bionic | ||||
* | CI: Export DEBIAN_FRONTEND=noninteractive in all CI environments | Julian Andres Klode | 2018-06-25 | 1 | -0/+2 |
| | | | | This ensures that we don't hang waiting for debconf. | ||||
* | Run tests on GitLab CI | Julian Andres Klode | 2018-05-16 | 1 | -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. |