We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a88490a commit 48627c4Copy full SHA for 48627c4
pixi.toml
@@ -53,9 +53,9 @@ configure = { cmd = [
53
"-DBUILD_EXAMPLES=$ALIGATOR_EXAMPLES",
54
"-DGENERATE_PYTHON_STUBS=$ALIGATOR_PYTHON_STUBS",
55
] }
56
-build = { cmd = "cmake --build build --target all", depends_on = ["configure"] }
+build = { cmd = "cmake --build build --target all", depends-on = ["configure"] }
57
clean = { cmd = "rm -rf build" }
58
-test = { cmd = "ctest --test-dir build --output-on-failure", depends_on = [
+test = { cmd = "ctest --test-dir build --output-on-failure", depends-on = [
59
"build",
60
61
0 commit comments