Mentions légales du service

Skip to content
Snippets Groups Projects
Commit 7500fb61 authored by hhakim's avatar hhakim
Browse files

Enable float scalar in ctest_python ci job.

parent ab526c74
No related branches found
No related tags found
No related merge requests found
......@@ -49,7 +49,7 @@ ctest:
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}
variables: {BUILD_WRAPPER_PYTHON: "ON", SLOW_TESTS: "OFF", DONT_PYPLOT_FAUST_TIME: "ON", NOCPPTESTS: "ON", NOPY2: "ON", BUILD_MULTITHREAD: "ON", BUILD_FLOAT_PYX: "ON"} #, GIT_STRATEGY: none}
after_script:
- python3 -m venv junit_venv # use default python3 in PATH (the same has been used in ctest building -- cf. CDashConfScript)
- source junit_venv/bin/activate
......
......@@ -48,6 +48,10 @@ if($ENV{NOPY2} MATCHES "ON")
set(CONF_OPTIONS "${CONF_OPTIONS} -DNOPY2=ON")
endif()
if($ENV{BUILD_FLOAT_PYX} MATCHES "ON")
set(CONF_OPTIONS "${CONF_OPTIONS} -DBUILD_FLOAT_PYX=ON")
endif()
if(DEFINED ENV{CMAKE_PREFIX_PATH})
set(CONF_OPTIONS "${CONF_OPTIONS} -DCMAKE_PREFIX_PATH=$ENV{CMAKE_PREFIX_PATH}")
endif()
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment