Loading .gitlab-ci.yml +10 −0 Original line number Diff line number Diff line Loading @@ -11,6 +11,14 @@ stages: - analyze # print some info on the runner setup .print-common-info: &print-common-info - echo "--------------------------------------------\n" - python3 --version - pip3 freeze | grep "numpy\|scipy\|YAML\|pytest\|black\|isort\|flake8" - echo "--------------------------------------------\n\n" # script anchor for updating the codec repo .get-codec-binaries: &get-codec-binaries - dir=$(pwd) Loading @@ -33,6 +41,7 @@ test_audiotools_convert: tags: - linux script: - *print-common-info - python3 -m pytest -n auto tests/test_audiotools_convert.py # run some test configs for item creation Loading @@ -41,6 +50,7 @@ test_processing: tags: - linux script: - *print-common-info - *get-codec-binaries - python3 -m pytest -n auto tests/test_processing.py Loading Loading
.gitlab-ci.yml +10 −0 Original line number Diff line number Diff line Loading @@ -11,6 +11,14 @@ stages: - analyze # print some info on the runner setup .print-common-info: &print-common-info - echo "--------------------------------------------\n" - python3 --version - pip3 freeze | grep "numpy\|scipy\|YAML\|pytest\|black\|isort\|flake8" - echo "--------------------------------------------\n\n" # script anchor for updating the codec repo .get-codec-binaries: &get-codec-binaries - dir=$(pwd) Loading @@ -33,6 +41,7 @@ test_audiotools_convert: tags: - linux script: - *print-common-info - python3 -m pytest -n auto tests/test_audiotools_convert.py # run some test configs for item creation Loading @@ -41,6 +50,7 @@ test_processing: tags: - linux script: - *print-common-info - *get-codec-binaries - python3 -m pytest -n auto tests/test_processing.py Loading