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

pixi: Remove warnings

parent 941f248a
No related branches found
No related tags found
No related merge requests found
Pipeline #49533 passed
......@@ -51,9 +51,9 @@ configure = { cmd = [
"-DGENERATE_PYTHON_STUBS=$COAL_PYTHON_STUBS",
"-DCOAL_HAS_QHULL=$COAL_HAS_QHULL",
] }
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" }
test = { cmd = "ctest --test-dir build --output-on-failure", depends_on = [
test = { cmd = "ctest --test-dir build --output-on-failure", depends-on = [
"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