Gitlab CI - Add libraries
authorJohn Hodge <[email protected]>
Sun, 19 Sep 2021 06:42:12 +0000 (14:42 +0800)
committerJohn Hodge <[email protected]>
Sun, 19 Sep 2021 06:42:12 +0000 (14:42 +0800)
.gitlab-ci.yml

index c2ad740..18b003c 100644 (file)
@@ -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:

UCC git Repository :: git.ucc.asn.au