summaryrefslogtreecommitdiff
path: root/.gitlab-ci.yml
AgeCommit message (Collapse)AuthorFilesLines
2023-03-14gitlab CI: add workflow rulesAlan Coopersmith1-0/+9
Needed due to the gitlab config changes described in: https://gitlab.freedesktop.org/freedesktop/freedesktop/-/issues/438 Signed-off-by: Alan Coopersmith <alan.coopersmith@oracle.com>
2023-02-06gitlab CI: Add libtool to required packagesAlan Coopersmith1-2/+2
Signed-off-by: Alan Coopersmith <alan.coopersmith@oracle.com>
2022-08-05gitlab CI: stop requiring Signed-off-by in commitsAlan Coopersmith1-2/+2
Signed-off-by: Alan Coopersmith <alan.coopersmith@oracle.com>
2022-02-20gitlab CI: enable Static Application Security Testing (SAST)Alan Coopersmith1-1/+3
Signed-off-by: Alan Coopersmith <alan.coopersmith@oracle.com>
2021-12-01gitlab CI: update to use the ci-fairy imagePeter Hutterer1-12/+6
Let's use the pre-prepared image instead of building our own. Signed-off-by: Peter Hutterer <peter.hutterer@who-t.net>
2020-11-16gitlab CI: add a basic build testPeter Hutterer1-0/+102
Using Arch as base distribution here because we can expect our dependencies to be up-to-date. We rely on the Arch for our dependencies rather than building those from git (notably: xorg-macros, xtrans and libxcb). Signed-off-by: Peter Hutterer <peter.hutterer@who-t.net>