mirror of
https://github.com/NGSolve/netgen.git
synced 2024-12-25 13:30:34 +05:00
Build for all python versions again
This commit is contained in:
parent
0929527ae3
commit
7d408f1ecf
@ -285,6 +285,11 @@ 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
|
||||
- .\tests\build_pip.ps1 C:\Python311
|
||||
- .\tests\build_pip.ps1 C:\Python312
|
||||
when: manual
|
||||
|
||||
@ -295,5 +300,9 @@ pip_macos:
|
||||
- macosx
|
||||
- m1
|
||||
script:
|
||||
- ./tests/build_pip_mac.sh 3.8
|
||||
- ./tests/build_pip_mac.sh 3.9
|
||||
- ./tests/build_pip_mac.sh 3.10
|
||||
- ./tests/build_pip_mac.sh 3.11
|
||||
- ./tests/build_pip_mac.sh 3.12
|
||||
when: manual
|
||||
|
@ -19,7 +19,7 @@ export NETGEN_CCACHE=1
|
||||
|
||||
/opt/python/cp39-cp39/bin/python tests/fix_auditwheel_policy.py
|
||||
|
||||
for pyversion in 312
|
||||
for pyversion in 38 39 310 311 312
|
||||
do
|
||||
export PYDIR="/opt/python/cp${pyversion}-cp${pyversion}/bin"
|
||||
echo $PYDIR
|
||||
|
Loading…
Reference in New Issue
Block a user