Loading .gitlab-ci.yml +3 −1 Original line number Diff line number Diff line Loading @@ -1256,9 +1256,11 @@ ivas-conformance: - python3 parse_commands.py report.html Readme_IVAS.txt - zero_errors=$(cat report-junit.xml | grep -c 'errors="0"') || true # Copy output data # Copy input data and output ref data - cp -r scripts/testv . - cp -r scripts/ls_layouts . - cp -r scripts/switchPaths . - cp -r scripts/trajectories . - cp -r tests/dut testv/ref - mkdir testv/renderer - cp -r tests/renderer/data testv/renderer/data Loading Loading
.gitlab-ci.yml +3 −1 Original line number Diff line number Diff line Loading @@ -1256,9 +1256,11 @@ ivas-conformance: - python3 parse_commands.py report.html Readme_IVAS.txt - zero_errors=$(cat report-junit.xml | grep -c 'errors="0"') || true # Copy output data # Copy input data and output ref data - cp -r scripts/testv . - cp -r scripts/ls_layouts . - cp -r scripts/switchPaths . - cp -r scripts/trajectories . - cp -r tests/dut testv/ref - mkdir testv/renderer - cp -r tests/renderer/data testv/renderer/data Loading