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:
37197a8
)
Use Python 3's pip.
author
Jason S. Ninneman
<jsn@mbar.us>
Wed, 14 Jun 2017 20:36:10 +0000
(13:36 -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 1d8b297c365f6c071551cf5eb0051003919dbe52..93f0af1775258e8d8d43fbdc189fb45cdf7a07db 100644
(file)
--- a/
.gitlab-ci.yml
+++ b/
.gitlab-ci.yml
@@
-14,8
+14,8
@@
binary:debug:
stage: build
before_script:
- apk update
- - apk add make gcc musl-dev python3
py-pip
- - pip install PyYAML
+ - apk add make gcc musl-dev python3
+ - pip
3
install PyYAML
script:
- make debug
artifacts:
@@
-32,8
+32,8
@@
binary:release:
stage: build
before_script:
- apk update
- - apk add make gcc musl-dev python3
py-pip
- - pip install PyYAML
+ - apk add make gcc musl-dev python3
+ - pip
3
install PyYAML
script:
- make advent
artifacts: