projects
/
open-adventure.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
79926f7
)
Update pipeline for python3 and PyYAML.
author
Jason S. Ninneman
<jsn@mbar.us>
Wed, 14 Jun 2017 20:28:59 +0000
(13:28 -0700)
committer
Jason S. Ninneman
<jsn@mbar.us>
Wed, 14 Jun 2017 20:54:37 +0000
(13:54 -0700)
.gitlab-ci.yml
patch
|
blob
|
history
diff --git
a/.gitlab-ci.yml
b/.gitlab-ci.yml
index f30b2db730df090a525cc1645c86c5f355e976ad..1d8b297c365f6c071551cf5eb0051003919dbe52 100644
(file)
--- a/
.gitlab-ci.yml
+++ b/
.gitlab-ci.yml
@@
-14,7
+14,8
@@
binary:debug:
stage: build
before_script:
- apk update
- - apk add make gcc musl-dev
+ - apk add make gcc musl-dev python3 py-pip
+ - pip install PyYAML
script:
- make debug
artifacts:
@@
-31,7
+32,8
@@
binary:release:
stage: build
before_script:
- apk update
- - apk add make gcc musl-dev
+ - apk add make gcc musl-dev python3 py-pip
+ - pip install PyYAML
script:
- make advent
artifacts: