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

Gitlab CI - Add libraries

parent f892fc21
Branches
No related merge requests found
Pipeline #382 failed with stages
in 46 seconds
......@@ -8,8 +8,8 @@ build:
stage: build
# instead of calling g++ directly you can also use some build toolkit like make
# install the necessary build tools when needed
# before_script:
# - apt update && apt -y install make autoconf
before_script:
- apt update && apt -y install libncurses-dev libmodbus-dev libsqlite3-dev libident-dev
script:
- make -C src/
artifacts:
......
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