Fix .gitlab-ci.yml
This commit is contained in:
parent
e4ab475aea
commit
9fddbc5781
@ -1,6 +1,7 @@
|
|||||||
debian:
|
debian:
|
||||||
image: debian:stable-slim
|
image: debian:stable-slim
|
||||||
before_script:
|
before_script:
|
||||||
|
- apt-get -qq update
|
||||||
- apt-get -qq install make clang
|
- apt-get -qq install make clang
|
||||||
script:
|
script:
|
||||||
- make
|
- make
|
||||||
@ -8,6 +9,6 @@ debian:
|
|||||||
alpine:
|
alpine:
|
||||||
image: alpine:latest
|
image: alpine:latest
|
||||||
before_script:
|
before_script:
|
||||||
- apk add make clang
|
- apk add make clang linux-headers
|
||||||
script:
|
script:
|
||||||
- make
|
- make
|
||||||
|
Loading…
Reference in New Issue
Block a user