Update pipeline for python3 and PyYAML.
authorJason S. Ninneman <jsn@mbar.us>
Wed, 14 Jun 2017 20:28:59 +0000 (13:28 -0700)
committerJason S. Ninneman <jsn@mbar.us>
Wed, 14 Jun 2017 20:54:37 +0000 (13:54 -0700)
.gitlab-ci.yml

index f30b2db730df090a525cc1645c86c5f355e976ad..1d8b297c365f6c071551cf5eb0051003919dbe52 100644 (file)
@@ -14,7 +14,8 @@ binary:debug:
   stage: build
   before_script:
     - apk update
   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:
   script: 
     - make debug
   artifacts:
@@ -31,7 +32,8 @@ binary:release:
   stage: build
   before_script:
     - apk update
   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:
   script: 
     - make advent
   artifacts: