Mentions légales du service

Skip to content
Snippets Groups Projects
Commit 104426cb authored by hhakim's avatar hhakim
Browse files

Re-enable ctest, ctest_python, ctest_matlab ci jobs and put back py3.9 as the...

Re-enable ctest, ctest_python, ctest_matlab ci jobs and put back py3.9 as the default version of pip whl revision package for linux (was changed temporarily to test GPU pyfaust on PSMN which has no py3.9).
parent 4ac31915
Branches
Tags 3.37.4
No related merge requests found
......@@ -19,7 +19,7 @@ stages:
- pkg_pub
- gitlab_pages
.ctest:
ctest:
<<: *ctest_script
variables: {SLOW_TESTS: "OFF", BUILD_MULTITHREAD: "ON"} # the CDashConfScript is able to retrieve OpenMP_gomp_LIBRARY and OpenMP_INC_DIR from environment (it's necessary on macOS, so the runner's env. must be configured)
script:
......@@ -31,7 +31,7 @@ stages:
tags:
- linux
.ctest_python:
ctest_python:
<<: *ctest_script
variables: {BUILD_WRAPPER_PYTHON: "ON", SLOW_TESTS: "OFF", DONT_PYPLOT_FAUST_TIME: "ON", NOCPPTESTS: "ON", NOPY2: "ON", BUILD_MULTITHREAD: "ON"} #, GIT_STRATEGY: none}
except:
......@@ -42,7 +42,7 @@ stages:
tags:
- linux
.ctest_matlab:
ctest_matlab:
<<: *ctest_script
variables: {BUILD_WRAPPER_MATLAB: "ON", SLOW_TESTS: "OFF", NOCPPTESTS: "ON", BUILD_MULTITHREAD: "OFF"} # MT OFF because of macOS complicated way to enable OpenMP (but packages are OMP enabled)
except:
......@@ -118,9 +118,9 @@ pkg_macos:
except:
- schedules
- tags
# needs:
# - job: ctest_python
# - job: ctest_matlab
needs:
- job: ctest_python
- job: ctest_matlab
.win_build_gpu_mod: &win_build_gpu_mod
before_script:
......@@ -160,10 +160,10 @@ pkg_win:
except:
- schedules
- tags
# needs:
# - job: ctest_python
# - job: ctest_matlab
#
needs:
- job: ctest_python
- job: ctest_matlab
.build_gpu_mod: &build_gpu_mod
before_script:
- cd gpu_mod; if [[ ! -d build ]]; then mkdir build; fi; cd build
......@@ -197,9 +197,9 @@ pkg_win:
except:
- schedules
- tags
# needs:
# - job: ctest_python
# - job: ctest_matlab
needs:
- job: ctest_python
- job: ctest_matlab
# jobs triggered by git tag can force cpack to use the tag name as version but it's not necessary for MacOSX (not using cpack for that sys.)
#it's done for linux packages
......@@ -394,19 +394,19 @@ pkg_macos_purepy_rev:
- cd ..
tags:
- macos
# needs:
# - job: ctest_python
needs:
- job: ctest_python
pkg_linux_purepy_rev:
extends: .pkg_purepy_rev
variables: {GIT_SUBMODULE_STRATEGY: recursive, MATIO_STATIC_LIB_PATH: "/opt/local/matio-1.5.7/src/.libs/libmatio.a", Z_STATIC_LIB_PATH: "/opt/local/zlib-1.2.11/libz.a", HDF5_STATIC_LIB_PATH: "/opt/local/hdf5-1.8.18/src/.libs/libhdf5.a", BUILD_MULTITHREAD: "ON", NOPY2: "ON", USE_GPU_MOD: "ON", CMAKE_PREFIX_PATH: "../gpu_mod", EXPERIMENTAL_PKG: "ON", PYTHON_PATH: '/usr/local/bin/python3.8', JOB_PYTHON: 'python3.8'}
variables: {GIT_SUBMODULE_STRATEGY: recursive, MATIO_STATIC_LIB_PATH: "/opt/local/matio-1.5.7/src/.libs/libmatio.a", Z_STATIC_LIB_PATH: "/opt/local/zlib-1.2.11/libz.a", HDF5_STATIC_LIB_PATH: "/opt/local/hdf5-1.8.18/src/.libs/libhdf5.a", BUILD_MULTITHREAD: "ON", NOPY2: "ON", USE_GPU_MOD: "ON", CMAKE_PREFIX_PATH: "../gpu_mod", EXPERIMENTAL_PKG: "ON"} #, PYTHON_PATH: '/usr/local/bin/python3.9', JOB_PYTHON: 'python3.9'}
tags:
- linux
- tux_packager
# needs:
# - job: ctest_python
#
needs:
- job: ctest_python
.pkg_purepy_release:
stage: pkg
extends: .pkg_purepy
......@@ -534,9 +534,9 @@ pkg_win_purepy_rev:
except:
- schedules
- tags
# needs:
# - job: ctest_python
#
needs:
- job: ctest_python
pkg_win_purepy_release:
extends: .pkg_win_purepy
variables: {BUILD_CONFIG: "Release", GIT_SUBMODULE_STRATEGY: recursive, EXPERIMENTAL_PKG: "OFF"}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment