Skip to content

Commit

Permalink
Output log on test failure in pixi build
Browse files Browse the repository at this point in the history
  • Loading branch information
traversaro authored Nov 5, 2024
1 parent 1795ca6 commit f662090
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pixi.toml
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ configure = { cmd = [
]}

build = { cmd = "cmake --build .build --config Release", depends_on = ["configure"] }
test = { cmd = "ctest --test-dir .build --build-config Release", depends_on = ["build"] }
test = { cmd = "ctest --test-dir .build --build-config Release --output-on-failure", depends_on = ["build"] }
install = { cmd = ["cmake", "--install", ".build", "--config", "Release"], depends_on = ["build"] }
uninstall = { cmd = ["cmake", "--build", ".build", "--target", "uninstall"]}

Expand Down

0 comments on commit f662090

Please sign in to comment.