diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index ceb751b8..4f67b011 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -183,15 +183,6 @@ test_build_ngsolve: netgen_${CI_PIPELINE_ID}_installed:${UBUNTU_VERSION} bash -c 'cd /root/src/netgen/tests/ && ./build_ngsolve.sh' -# cpp guideline checks -# test_guidelines: -# <<: *ubuntu -# stage: test -# script: -# - docker run -e CCACHE_DIR=/ccache -v /mnt/ccache:/ccache netgen_${CI_PIPELINE_ID}:${UBUNTU_VERSION} bash /root/src/netgen/tests/build_guidelines.sh -# when: always -# allow_failure: true - cleanup_ubuntu: stage: cleanup tags: @@ -285,7 +276,6 @@ pip_windows: - pip - windows script: - - .\tests\build_pip.ps1 C:\Python37 - .\tests\build_pip.ps1 C:\Python38 - .\tests\build_pip.ps1 C:\Python39 - .\tests\build_pip.ps1 C:\Python310