aboutsummaryrefslogtreecommitdiffstats
path: root/.gitlab-ci.yml
Commit message (Collapse)AuthorAgeFilesLines
* gitlab-ci: temporarily disable s390xKevin Daudt2019-10-121-9/+0
| | | | Until the runner is back.
* gitlab-ci: add build job for aarch64Kevin Daudt2019-10-121-0/+9
|
* gitlab-ci: upload built packages as artifactsKevin Daudt2019-10-021-0/+16
| | | | | | | | gitlab allows us to define artifacts that will be uploaded to gitlab and available to download for some time. Specify that the built packages should be uploaded to gitlab, along with the public key.
* .gitlab-ci.yml: add ci jobs to build changed aportsKevin Daudt2019-09-241-0/+40
| | | Closes !74
* aports: enable gitlab-ci lintingKevin Daudt2019-08-151-0/+20
This will enable the CI linting job for merge requests done on gitlab. The linting job will allow for failures, so linting failures will show up as worning, but won't prevent the rest of the CI pipeline to continue.