Gitlab CI - Install libraries for test properly
authorJohn Hodge <[email protected]>
Sun, 19 Sep 2021 07:00:11 +0000 (15:00 +0800)
committerJohn Hodge <[email protected]>
Sun, 19 Sep 2021 07:00:11 +0000 (15:00 +0800)
.gitlab-ci.yml

index c16ff8e..da4f6c6 100644 (file)
@@ -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