Attempt to unbreak pipeline.
authorJason S. Ninneman <jsn@mbar.us>
Sat, 1 Jul 2017 14:27:37 +0000 (07:27 -0700)
committerJason S. Ninneman <jsn@mbar.us>
Sat, 1 Jul 2017 14:27:37 +0000 (07:27 -0700)
.gitlab-ci.yml

index 7198e7e123fa068d0a31556478baaa38f384450a..291b943a7e4c1ab5359fd7d33bcbd5e18ed796fa 100644 (file)
@@ -1,9 +1,5 @@
 image: alpine
 
 image: alpine
 
-variables:
-  GIT_SUBMODULE_STRATEGY: "recursive"
-  GIT_SSL_NO_VERIFY: "true"
-
 stages:
   - build
   - test
 stages:
   - build
   - test
@@ -14,7 +10,7 @@ binary:debug:
   stage: build
   before_script:
     - apk update
   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
     - pip3 install PyYAML
   script: 
     - make debug
@@ -33,7 +29,7 @@ binary:release:
   stage: build
   before_script:
     - apk update
   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
     - pip3 install PyYAML
   script: 
     - make advent cheat