X-Git-Url: https://git.ucc.asn.au/?a=blobdiff_plain;f=.gitlab-ci.yml;h=c16ff8e1727d46f7035f9d16d0ac576f8552408d;hb=674c5c0b50247a280a5e6ab0ce1c252579db6407;hp=18b003ccfe2be0549999a4604b006f9615c82664;hpb=654d09f81b092af24d4ef096992451ffb0f173a4;p=tpg%2Fopendispense2.git diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 18b003c..c16ff8e 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -16,7 +16,7 @@ build: 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: @@ -25,5 +25,7 @@ build: # run tests using the binary built before test: stage: test + before_script: + - apt update && apt -y install libncurses libmodbus libsqlite3 libident netcat script: - cd tests && ./TEST_basic.sh