Skip to content
Snippets Groups Projects
Commit c938ec60 authored by Grégoire Kubler's avatar Grégoire Kubler
Browse files

fix : added build of missing deps in cibuildwheel testing

parent f6ae0392
No related branches found
No related tags found
2 merge requests!93Release v0.3.0,!64Feat/release pip
Pipeline #47765 waiting for manual action
...@@ -57,11 +57,17 @@ AIDGE_INSTALL="../AIDGE_INSTALL_CIBUILDWHEEL/" ...@@ -57,11 +57,17 @@ AIDGE_INSTALL="../AIDGE_INSTALL_CIBUILDWHEEL/"
[tool.cibuildwheel.linux] [tool.cibuildwheel.linux]
before-build = [ before-build = [
"bash .gitlab/ci/cibuildwheel_build_deps_before_build_wheel.sh /host" "bash .gitlab/ci/cibuildwheel_build_deps_before_build_wheel.sh /host"
] ]
before-test = [
"bash .gitlab/ci/cibuildwheel_build_deps_before_build_wheel.sh /host"
]
[tool.cibuildwheel.windows] [tool.cibuildwheel.windows]
before-build = [ before-build = [
"powershell -File .\\.gitlab\\ci\\cibuildwheel_build_deps_before_build_wheel.ps1" "powershell -File .\\.gitlab\\ci\\cibuildwheel_build_deps_before_build_wheel.ps1"
] ]
before-test = [
"powershell -File .\\.gitlab\\ci\\cibuildwheel_build_deps_before_build_wheel.ps1"
]
##################################################### #####################################################
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment