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:
b3828c8
)
Ensure libedit is installed for the pipeline jobs.
181/head
author
Jason S. Ninneman
<jsn@mbar.us>
Sat, 1 Jul 2017 14:29:53 +0000
(07:29 -0700)
committer
Jason S. Ninneman
<jsn@mbar.us>
Sat, 1 Jul 2017 14:29:53 +0000
(07:29 -0700)
.gitlab-ci.yml
patch
|
blob
|
history
diff --git
a/.gitlab-ci.yml
b/.gitlab-ci.yml
index 291b943a7e4c1ab5359fd7d33bcbd5e18ed796fa..e6d8543d0d2331716e116dddb1d589d27944bf96 100644
(file)
--- a/
.gitlab-ci.yml
+++ b/
.gitlab-ci.yml
@@
-81,7
+81,7
@@
test:debug:
stage: test
before_script:
- apk update
- - apk add make gcc
+ - apk add make gcc
libedit-dev
- apk add lcov --update-cache --repository http://dl-3.alpinelinux.org/alpine/edge/testing/ --allow-untrusted
script:
- cd tests
@@
-98,7
+98,7
@@
test:release:
stage: test
before_script:
- apk update
- - apk add make
+ - apk add make
libedit
script:
- cd tests
- make