Loading .gitlab-ci.yml +4 −8 Original line number Diff line number Diff line Loading @@ -1357,7 +1357,7 @@ test-be-to-release: ivas-conformance: tags: - ericsson-windows-runner - ivas-windows stage: test timeout: "90 minutes" rules: Loading @@ -1368,8 +1368,6 @@ ivas-conformance: - 123 script: - *print-common-info-windows - *update-ltv-repo-win - *copy-ltv-files-to-testv-dir-win - python .\scripts\strip_split_rendering.py - MSBuild.exe -maxcpucount .\Workspace_msvc\Workspace_msvc.sln /property:Configuration=Debug - cp -force IVAS_cod.exe IVAS_cod_ref.exe Loading Loading @@ -1453,8 +1451,6 @@ ivas-conformance-linux: - 123 script: - *print-common-info - *update-ltv-repo - *copy-ltv-files-to-testv-dir - make -j - cp IVAS_cod IVAS_cod_ref - cp IVAS_dec IVAS_dec_ref Loading Loading @@ -1488,7 +1484,7 @@ ivas-conformance-linux: - cp -r tests/renderer/cut testvec/testv/renderer/ref # Remove redundant files # - python3 scripts/cleanup_26252.py - python3 scripts/cleanup_26252.py # Copy test script files - cp -r tests/conformance-test testvec/ Loading @@ -1497,7 +1493,7 @@ ivas-conformance-linux: - cp Readme_IVAS_rend.txt testvec - cp Readme_IVAS_JBM_dec.txt testvec # Create GCOV execs for converage analysis # Create GCOV execs for coverage analysis - make clean - make GCOV=1 -j Loading Loading
.gitlab-ci.yml +4 −8 Original line number Diff line number Diff line Loading @@ -1357,7 +1357,7 @@ test-be-to-release: ivas-conformance: tags: - ericsson-windows-runner - ivas-windows stage: test timeout: "90 minutes" rules: Loading @@ -1368,8 +1368,6 @@ ivas-conformance: - 123 script: - *print-common-info-windows - *update-ltv-repo-win - *copy-ltv-files-to-testv-dir-win - python .\scripts\strip_split_rendering.py - MSBuild.exe -maxcpucount .\Workspace_msvc\Workspace_msvc.sln /property:Configuration=Debug - cp -force IVAS_cod.exe IVAS_cod_ref.exe Loading Loading @@ -1453,8 +1451,6 @@ ivas-conformance-linux: - 123 script: - *print-common-info - *update-ltv-repo - *copy-ltv-files-to-testv-dir - make -j - cp IVAS_cod IVAS_cod_ref - cp IVAS_dec IVAS_dec_ref Loading Loading @@ -1488,7 +1484,7 @@ ivas-conformance-linux: - cp -r tests/renderer/cut testvec/testv/renderer/ref # Remove redundant files # - python3 scripts/cleanup_26252.py - python3 scripts/cleanup_26252.py # Copy test script files - cp -r tests/conformance-test testvec/ Loading @@ -1497,7 +1493,7 @@ ivas-conformance-linux: - cp Readme_IVAS_rend.txt testvec - cp Readme_IVAS_JBM_dec.txt testvec # Create GCOV execs for converage analysis # Create GCOV execs for coverage analysis - make clean - make GCOV=1 -j Loading