Loading .gitlab-ci.yml +1 −1 Original line number Diff line number Diff line Loading @@ -39,13 +39,13 @@ stages: - current_commit_sha=$(git rev-parse HEAD) ### build reference binaries - git tag - git checkout $REFERENCE_TAG - make -j - mv ./IVAS_cod ./IVAS_cod_ref - mv ./IVAS_dec ./IVAS_dec_ref ### build test binaries - git tag - git checkout $current_commit_sha - make -j Loading Loading
.gitlab-ci.yml +1 −1 Original line number Diff line number Diff line Loading @@ -39,13 +39,13 @@ stages: - current_commit_sha=$(git rev-parse HEAD) ### build reference binaries - git tag - git checkout $REFERENCE_TAG - make -j - mv ./IVAS_cod ./IVAS_cod_ref - mv ./IVAS_dec ./IVAS_dec_ref ### build test binaries - git tag - git checkout $current_commit_sha - make -j Loading