Skip to content
Snippets Groups Projects
Commit 4a5968db authored by John Hodge's avatar John Hodge
Browse files

Gitlab CI - Install libraries for test properly

parent 674c5c0b
No related merge requests found
Pipeline #385 failed with stages
in 1 minute and 1 second
...@@ -26,6 +26,7 @@ build: ...@@ -26,6 +26,7 @@ build:
test: test:
stage: test stage: test
before_script: 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: script:
- cd tests && ./TEST_basic.sh - cd tests && ./TEST_basic.sh
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment