diff --git a/.gitlab-ci-unix.yml b/.gitlab-ci-unix.yml index e0b1a4fb3c856a95ea35dab1d548f87a366e437b..ec1bde9af9375aa5775efc615a9bfe19c9346bab 100644 --- a/.gitlab-ci-unix.yml +++ b/.gitlab-ci-unix.yml @@ -693,6 +693,7 @@ spec: - .$[[ inputs.os ]]-test script: - tar -xzf "/tmp/gitlab-runner/$[[ inputs.os ]]-$[[ inputs.platform ]]-${CI_PIPELINE_ID}/sbbs-build.tgz" + - sync - "SBBSCTRL=./ctrl src/sbbs3/*.exe.release/jsexec -f exec/tests/test.js" needs: - job: "$[[ inputs.os ]]-$[[ inputs.platform ]] [sbbs-build]" @@ -709,6 +710,7 @@ spec: - .$[[ inputs.os ]]-test script: - tar -xzf "/tmp/gitlab-runner/$[[ inputs.os ]]-$[[ inputs.platform ]]-${CI_PIPELINE_ID}/sbbs-build.tgz" + - sync - "SBBSCTRL=./ctrl valgrind --leak-check=full --error-exitcode=1 --num-callers=20 --track-origins=yes --read-var-info=yes --read-inline-info=yes --suppressions=src/sbbs3/suppressions.vg src/sbbs3/*.exe.release/jsexec -f exec/tests/test.js" needs: - job: "$[[ inputs.os ]]-$[[ inputs.platform ]] [sbbs-build]" @@ -727,6 +729,7 @@ spec: - .$[[ inputs.os ]]-test script: - tar -xzf "/tmp/gitlab-runner/$[[ inputs.os ]]-$[[ inputs.platform ]]-${CI_PIPELINE_ID}/jsdoor.tgz" + - sync - "SBBSCTRL=./ctrl src/sbbs3/*.exe.release/jsdoor -f exec/tests/test.js" needs: - job: "$[[ inputs.os ]]-$[[ inputs.platform ]] [jsdoor]"