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
|
||||
|
||||
variables:
|
||||
GIT_SUBMODULE_STRATEGY: "recursive"
|
||||
GIT_SSL_NO_VERIFY: "true"
|
||||
|
||||
stages:
|
||||
- build
|
||||
- test
|
||||
|
@ -14,7 +10,7 @@ binary:debug:
|
|||
stage: build
|
||||
before_script:
|
||||
- apk update
|
||||
- apk add make gcc musl-dev python3
|
||||
- apk add make gcc musl-dev python3 libedit-dev
|
||||
- pip3 install PyYAML
|
||||
script:
|
||||
- make debug
|
||||
|
@ -33,7 +29,7 @@ binary:release:
|
|||
stage: build
|
||||
before_script:
|
||||
- apk update
|
||||
- apk add make gcc musl-dev python3
|
||||
- apk add make gcc musl-dev python3 libedit-dev
|
||||
- pip3 install PyYAML
|
||||
script:
|
||||
- make advent cheat
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue