mirror of
https://github.com/NGSolve/netgen.git
synced 2024-11-14 10:08:32 +05:00
Disable Python 3.7 build on Windows
This commit is contained in:
parent
09ed8036e7
commit
eed9aa8ede
@ -183,15 +183,6 @@ test_build_ngsolve:
|
|||||||
netgen_${CI_PIPELINE_ID}_installed:${UBUNTU_VERSION}
|
netgen_${CI_PIPELINE_ID}_installed:${UBUNTU_VERSION}
|
||||||
bash -c 'cd /root/src/netgen/tests/ && ./build_ngsolve.sh'
|
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:
|
cleanup_ubuntu:
|
||||||
stage: cleanup
|
stage: cleanup
|
||||||
tags:
|
tags:
|
||||||
@ -285,7 +276,6 @@ pip_windows:
|
|||||||
- pip
|
- pip
|
||||||
- windows
|
- windows
|
||||||
script:
|
script:
|
||||||
- .\tests\build_pip.ps1 C:\Python37
|
|
||||||
- .\tests\build_pip.ps1 C:\Python38
|
- .\tests\build_pip.ps1 C:\Python38
|
||||||
- .\tests\build_pip.ps1 C:\Python39
|
- .\tests\build_pip.ps1 C:\Python39
|
||||||
- .\tests\build_pip.ps1 C:\Python310
|
- .\tests\build_pip.ps1 C:\Python310
|
||||||
|
Loading…
Reference in New Issue
Block a user