Loading .gitlab-ci.yml +2 −3 Original line number Diff line number Diff line Loading @@ -104,9 +104,8 @@ be-2-evs: tags: - test-fhg-linux-runner1 rules: - if: $CI_PIPELINE_SOURCE == 'merge_request_event' - if: $CI_COMMIT_BRANCH == 'main' stage: test needs: [ "build-codec-linux-cmake" ] script: - mkdir build - cd build Loading @@ -114,7 +113,7 @@ be-2-evs: - make -j - cd .. # try with copy-over first # copy over to never change the testvector dir - cp -r $EVS_BE_TEST_DIR ./evs_be_test - cp build/IVAS_cod ./evs_be_test/bin/EVS_cod - cp build/IVAS_dec ./evs_be_test/bin/EVS_dec Loading Loading
.gitlab-ci.yml +2 −3 Original line number Diff line number Diff line Loading @@ -104,9 +104,8 @@ be-2-evs: tags: - test-fhg-linux-runner1 rules: - if: $CI_PIPELINE_SOURCE == 'merge_request_event' - if: $CI_COMMIT_BRANCH == 'main' stage: test needs: [ "build-codec-linux-cmake" ] script: - mkdir build - cd build Loading @@ -114,7 +113,7 @@ be-2-evs: - make -j - cd .. # try with copy-over first # copy over to never change the testvector dir - cp -r $EVS_BE_TEST_DIR ./evs_be_test - cp build/IVAS_cod ./evs_be_test/bin/EVS_cod - cp build/IVAS_dec ./evs_be_test/bin/EVS_dec Loading