Loading .gitlab-ci.yml +5 −2 Original line number Diff line number Diff line Loading @@ -24,10 +24,10 @@ stages: # print some info on the runner setup .print-common-info: &print-common-info - echo "--------------------------------------------\n" - printf "--------------------------------------------\n" - python3 --version - pip3 freeze | grep "numpy\|scipy\|YAML\|pytest\|black\|isort\|flake8" - echo "--------------------------------------------\n\n" - printf "--------------------------------------------\n\n" # script anchor for updating the codec repo Loading @@ -37,6 +37,9 @@ stages: - cd $CODEC_DIR # make sure that we are at latest main - git pull - printf "--------------------------------------------\n" - echo "Building codec on commit $(git rev-parse HEAD --short)" - printf "--------------------------------------------\n" # only builds if code has actually changed - make -j - cd $dir Loading Loading
.gitlab-ci.yml +5 −2 Original line number Diff line number Diff line Loading @@ -24,10 +24,10 @@ stages: # print some info on the runner setup .print-common-info: &print-common-info - echo "--------------------------------------------\n" - printf "--------------------------------------------\n" - python3 --version - pip3 freeze | grep "numpy\|scipy\|YAML\|pytest\|black\|isort\|flake8" - echo "--------------------------------------------\n\n" - printf "--------------------------------------------\n\n" # script anchor for updating the codec repo Loading @@ -37,6 +37,9 @@ stages: - cd $CODEC_DIR # make sure that we are at latest main - git pull - printf "--------------------------------------------\n" - echo "Building codec on commit $(git rev-parse HEAD --short)" - printf "--------------------------------------------\n" # only builds if code has actually changed - make -j - cd $dir Loading