ci: add job to run tests

This uses the alpinelinux/abuild-ci image to run the test suite, which
has all the required dependencies already installed.
This commit is contained in:
Kevin Daudt 2021-09-27 20:37:08 +02:00
parent 1c00caaddb
commit d4af7cd4e2
1 changed files with 11 additions and 0 deletions

11
.gitlab-ci.yml Normal file
View File

@ -0,0 +1,11 @@
stages:
- verify
tests:
image:
name: alpinelinux/abuild-ci
stage: verify
script: [pwd]
tags:
- docker-alpine
- x86_64