gitlab-ci.yml: new file (MR 9)

This commit is contained in:
plata 2021-05-16 10:58:46 +00:00 committed by Oliver Smith
parent 2bf6a4cf8b
commit c77ba05450
No known key found for this signature in database
GPG key ID: 5AE7F5513E0885CB

12
.gitlab-ci.yml Normal file
View file

@ -0,0 +1,12 @@
image: alpine:latest
before_script:
- apk -q add make
build:
stage: build
script:
- make
artifacts:
paths:
- out