Gitlab CI - Debugging
[tpg/opendispense2.git] / .gitlab-ci.yml
index 72fc89a..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:
@@ -27,7 +28,12 @@ test:
   stage: test
   before_script:
     # Install the -dev versions to avoid needing to find the actual library names
-    - apt update && apt -y install libncurses-dev libmodbus-dev libsqlite3-dev libident netcat sqlite3 oidentd
+    - apt update && apt -y install libncurses-dev libmodbus-dev libsqlite3-dev libident netcat sqlite3
     - useradd testuser && chown -R testuser .
+    # SETUID on the client, so it can use AUTOAUTH (ident doesn't work on the container)
+    - chmod u+s dispense
   script:
     - cd tests && su -c './TEST_basic.sh' testuser
+  artifacts:
+    paths:
+      - tests/rundir/**

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