Gitlab CI - Debugging master
authorJohn Hodge <[email protected]>
Mon, 18 Oct 2021 12:54:23 +0000 (20:54 +0800)
committerJohn Hodge <[email protected]>
Mon, 1 Nov 2021 11:36:59 +0000 (19:36 +0800)
.gitlab-ci.yml
tests/_common.sh

index 6f6de61..49af60d 100644 (file)
@@ -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/**
index e43a2c8..0f62430 100644 (file)
@@ -44,7 +44,7 @@ TRY_COMMAND() {
 
 DISPENSE="../dispense -f /dev/null -H localhost -P ${PORT}"
 
-LD_LIBRARY_PATH=.. ../dispsrv -f ${BASEDIR}cfg_server.conf --dont-daemonise > ${BASEDIR}server.log 2>&1 &
+LD_LIBRARY_PATH=.. ../dispsrv -f ${BASEDIR}cfg_server.conf --dont-daemonise -d 2 > ${BASEDIR}server.log 2>&1 &
 server_pid=$!
 
 cleanup() {

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