Fix .gitlab-ci.yml
This commit is contained in:
parent
e4ab475aea
commit
9fddbc5781
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user