add .gitlab-ci.yml

This commit is contained in:
Vlasta Vesely 2020-01-07 13:31:37 +01:00
parent 1beea31afa
commit 97a5102d5c
No known key found for this signature in database
GPG key ID: EB0E649DC0DFCC22

13
.gitlab-ci.yml Normal file
View file

@ -0,0 +1,13 @@
image: debian
stages:
- test
before_script:
- apt update
- apt install -y make gcc pkg-config check
test:
stage: test
script:
- make test