git.ucc.asn.au
/
tpg
/
opendispense2.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
674c5c0
)
Gitlab CI - Install libraries for test properly
author
John Hodge
<
[email protected]
>
Sun, 19 Sep 2021 07:00:11 +0000
(15:00 +0800)
committer
John Hodge
<
[email protected]
>
Sun, 19 Sep 2021 07:00:11 +0000
(15:00 +0800)
.gitlab-ci.yml
patch
|
blob
|
history
diff --git
a/.gitlab-ci.yml
b/.gitlab-ci.yml
index
c16ff8e
..
da4f6c6
100644
(file)
--- a/
.gitlab-ci.yml
+++ b/
.gitlab-ci.yml
@@
-26,6
+26,7
@@
build:
test:
stage: test
before_script:
- - apt update && apt -y install libncurses libmodbus libsqlite3 libident netcat
+ # Install the -dev versions to avoid needing to find the actual library names
+ - apt update && apt -y install libncurses-dev libmodbus-dev libsqlite3-dev libident netcat
script:
- cd tests && ./TEST_basic.sh
UCC
git Repository :: git.ucc.asn.au