Loading .gitlab-ci.yml +4 −4 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 - printf "--------------------------------------------\n" - echo "--------------------------------------------" - python3 --version - pip3 freeze | grep "numpy\|scipy\|YAML\|pytest\|black\|isort\|flake8" - printf "--------------------------------------------\n\n" - echo "--------------------------------------------" # script anchor for updating the codec repo Loading @@ -37,9 +37,9 @@ stages: - cd $CODEC_DIR # make sure that we are at latest main - git pull - printf "--------------------------------------------\n" - echo "--------------------------------------------" - echo "Building codec on commit $(git rev-parse HEAD --short)" - printf "--------------------------------------------\n" - echo "--------------------------------------------" # only builds if code has actually changed - make -j - cd $dir Loading Loading
.gitlab-ci.yml +4 −4 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 - printf "--------------------------------------------\n" - echo "--------------------------------------------" - python3 --version - pip3 freeze | grep "numpy\|scipy\|YAML\|pytest\|black\|isort\|flake8" - printf "--------------------------------------------\n\n" - echo "--------------------------------------------" # script anchor for updating the codec repo Loading @@ -37,9 +37,9 @@ stages: - cd $CODEC_DIR # make sure that we are at latest main - git pull - printf "--------------------------------------------\n" - echo "--------------------------------------------" - echo "Building codec on commit $(git rev-parse HEAD --short)" - printf "--------------------------------------------\n" - echo "--------------------------------------------" # only builds if code has actually changed - make -j - cd $dir Loading