Loading .gitlab-ci.yml +2 −0 Original line number Diff line number Diff line Loading @@ -42,12 +42,14 @@ stages: ### build reference binaries - git tag - git checkout $REFERENCE_COMMIT - make clean - make -j - mv ./IVAS_cod ./IVAS_cod_ref - mv ./IVAS_dec ./IVAS_dec_ref ### build test binaries - git checkout $current_commit_sha - make clean - make -j ### prepare pytest Loading Loading
.gitlab-ci.yml +2 −0 Original line number Diff line number Diff line Loading @@ -42,12 +42,14 @@ stages: ### build reference binaries - git tag - git checkout $REFERENCE_COMMIT - make clean - make -j - mv ./IVAS_cod ./IVAS_cod_ref - mv ./IVAS_dec ./IVAS_dec_ref ### build test binaries - git checkout $current_commit_sha - make clean - make -j ### prepare pytest Loading