Fix .gitlab-ci.yml

This commit is contained in:
Franck STAUFFER 2020-09-02 19:12:24 +02:00
parent e4ab475aea
commit 9fddbc5781
Signed by: franck.stauffer
GPG Key ID: AAF5A94045CEC261
1 changed files with 2 additions and 1 deletions

View File

@ -1,6 +1,7 @@
debian:
image: debian:stable-slim
before_script:
- apt-get -qq update
- apt-get -qq install make clang
script:
- make
@ -8,6 +9,6 @@ debian:
alpine:
image: alpine:latest
before_script:
- apk add make clang
- apk add make clang linux-headers
script:
- make