X-Git-Url: https://git.ucc.asn.au/?p=tpg%2Fopendispense2.git;a=blobdiff_plain;f=.gitlab-ci.yml;fp=.gitlab-ci.yml;h=49af60d7d26a377479e159795063029b41479a6c;hp=6f6de61d2d78ff5e11df203cfcbb58ac8af7d730;hb=45c8529b136d8a78a1f7e6059db3a868b9616fe4;hpb=51933a63039ddd15179c57bbd3518e024c0f6e0f diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 6f6de61..49af60d 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -9,7 +9,8 @@ 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 libncurses-dev libmodbus-dev libsqlite3-dev libident-dev + - apt update + - apt -y install libncurses-dev libmodbus-dev libsqlite3-dev libident-dev script: - make -C src/ artifacts: @@ -33,3 +34,6 @@ test: - chmod u+s dispense script: - cd tests && su -c './TEST_basic.sh' testuser + artifacts: + paths: + - tests/rundir/**