forked from vieter-v/vieter
Added c compiler to ci
parent
8e704a7ddc
commit
d4e193fe99
|
@ -3,7 +3,7 @@ pipeline:
|
||||||
image: 'alpine:latest'
|
image: 'alpine:latest'
|
||||||
commands:
|
commands:
|
||||||
- apk update
|
- apk update
|
||||||
- apk add --no-cache git make
|
- apk add --no-cache git make gcc
|
||||||
- make customv
|
- make customv
|
||||||
|
|
||||||
lint:
|
lint:
|
||||||
|
|
Loading…
Reference in New Issue