Skip to content
Snippets Groups Projects
Unverified Commit 28eb190b authored by Joris Vaillant's avatar Joris Vaillant
Browse files

pixi: Fix pixi.toml breaking change

parent 56c458c6
No related branches found
No related tags found
No related merge requests found
Pipeline #48867 passed with warnings
...@@ -56,9 +56,9 @@ configure = { cmd = [ ...@@ -56,9 +56,9 @@ configure = { cmd = [
"-DBUILD_WITH_SDF_SUPPORT=$PINOCCHIO_SDF_SUPPORT", "-DBUILD_WITH_SDF_SUPPORT=$PINOCCHIO_SDF_SUPPORT",
"-DBUILD_PYTHON_BINDINGS_WITH_BOOST_MPFR_SUPPORT=$PINOCCHIO_MPFR_SUPPORT", "-DBUILD_PYTHON_BINDINGS_WITH_BOOST_MPFR_SUPPORT=$PINOCCHIO_MPFR_SUPPORT",
] } ] }
build = { cmd = "cmake --build build --target all", depends_on = ["configure"] } build = { cmd = "cmake --build build --target all", depends-on = ["configure"] }
clean = { cmd = "rm -rf build" } clean = { cmd = "rm -rf build" }
test = { cmd = "ctest --test-dir build --output-on-failure", depends_on = [ test = { cmd = "ctest --test-dir build --output-on-failure", depends-on = [
"build", "build",
] } ] }
......
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