Attempt to unbreak pipeline.
This commit is contained in:
parent
dec4cf3968
commit
b3828c8edc
1 changed files with 2 additions and 6 deletions
|
@ -1,9 +1,5 @@
|
||||||
image: alpine
|
image: alpine
|
||||||
|
|
||||||
variables:
|
|
||||||
GIT_SUBMODULE_STRATEGY: "recursive"
|
|
||||||
GIT_SSL_NO_VERIFY: "true"
|
|
||||||
|
|
||||||
stages:
|
stages:
|
||||||
- build
|
- build
|
||||||
- test
|
- test
|
||||||
|
@ -14,7 +10,7 @@ binary:debug:
|
||||||
stage: build
|
stage: build
|
||||||
before_script:
|
before_script:
|
||||||
- apk update
|
- apk update
|
||||||
- apk add make gcc musl-dev python3
|
- apk add make gcc musl-dev python3 libedit-dev
|
||||||
- pip3 install PyYAML
|
- pip3 install PyYAML
|
||||||
script:
|
script:
|
||||||
- make debug
|
- make debug
|
||||||
|
@ -33,7 +29,7 @@ binary:release:
|
||||||
stage: build
|
stage: build
|
||||||
before_script:
|
before_script:
|
||||||
- apk update
|
- apk update
|
||||||
- apk add make gcc musl-dev python3
|
- apk add make gcc musl-dev python3 libedit-dev
|
||||||
- pip3 install PyYAML
|
- pip3 install PyYAML
|
||||||
script:
|
script:
|
||||||
- make advent cheat
|
- make advent cheat
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue