Loading .gitlab-ci.yml +3 −1 Original line number Diff line number Diff line Loading @@ -329,6 +329,8 @@ codec-smoke-test: needs: ["build-codec-linux-cmake", "build-codec-linux-make", "build-codec-instrumented-linux", "build-codec-sanitizers-linux"] script: - *print-common-info # LTV update needed as ltv ISM metadata files are used - *update-ltv-repo - bash ci/smoke_test.sh ### analyze for failures - if ! [ -s smoke_test_output.txt ] || ! [ -s smoke_test_output_plc.txt ] || ! [ -s smoke_test_output_jbm_noEXT.txt ] || ! [ -s smoke_test_output_hrtf.txt ]; then echo "Error in smoke test"; exit 1; fi Loading Loading
.gitlab-ci.yml +3 −1 Original line number Diff line number Diff line Loading @@ -329,6 +329,8 @@ codec-smoke-test: needs: ["build-codec-linux-cmake", "build-codec-linux-make", "build-codec-instrumented-linux", "build-codec-sanitizers-linux"] script: - *print-common-info # LTV update needed as ltv ISM metadata files are used - *update-ltv-repo - bash ci/smoke_test.sh ### analyze for failures - if ! [ -s smoke_test_output.txt ] || ! [ -s smoke_test_output_plc.txt ] || ! [ -s smoke_test_output_jbm_noEXT.txt ] || ! [ -s smoke_test_output_hrtf.txt ]; then echo "Error in smoke test"; exit 1; fi Loading