We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 78b335d commit 9a11233Copy full SHA for 9a11233
pixi.toml
@@ -184,8 +184,8 @@ cmake = ">=3.22"
184
python = "*"
185
186
[feature.test-pixi-build.tasks]
187
-test-cmake = "cmake -S unittest/packaging/cmake -B build_test_pixi_build"
188
-test-python = "python -c 'import eigenpy'"
+test-cmake = "cmake -S tests/pixi_build -B build_test_pixi_build"
+test-python = "python -c 'import aligator'"
189
test = { depends-on = ["test-cmake", "test-python"] }
190
191
[feature.doc.dependencies]
tests/pixi_build/CMakeLists.txt
@@ -0,0 +1,3 @@
1
+cmake_minimum_required(VERSION 3.22)
2
+project(test_pixi_build)
3
+find_package(aligator REQUIRED)
0 commit comments