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
Branches
No related merge requests found
Pipeline #385 failed with stages
in 1 minute and 1 second
......@@ -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
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