X-Git-Url: https://git.ucc.asn.au/?a=blobdiff_plain;f=.gitlab-ci.yml;h=bbfd057df355f6c981f588ab54649d76b3df1840;hb=0fb8990b502398a1d2316cb9a67bdf4bb0bde7ee;hp=c2ad740041373c202d4de9afe1efccbf2c87b5e3;hpb=f892fc21d4ac919b09c1ccf0c48c6ecf12b41f0d;p=tpg%2Fopendispense2.git diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index c2ad740..bbfd057 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -8,15 +8,15 @@ 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 netcat script: - make -C src/ artifacts: paths: - dispense - cokebank_sqlite.so - - dispsrc + - dispsrv # depending on your build setup it's most likely a good idea to cache outputs to reduce the build time # cache: # paths: