diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index c2ad740041373c202d4de9afe1efccbf2c87b5e3..18b003ccfe2be0549999a4604b006f9615c82664 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -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: