Skip to content

Commit

Permalink
ci: try different command on Windows
Browse files Browse the repository at this point in the history
Signed-off-by: Henry Schreiner <[email protected]>
  • Loading branch information
henryiii committed Mar 27, 2024
1 parent 10b2d09 commit 94a7e57
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions pixi.toml
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,18 @@ cmd = [
inputs = ["CMakeLists.txt"]
outputs = ["build/CMakeFiles/"]

[target.win-64.tasks.configure]
cmd = [
"cmake",
"-GNinja",
"-S.",
"-Bbuild",
"-Dgtest_force_shared_crt=ON",
"-DDOWNLOAD_GTEST=ON",
"-DCMAKE_INSTALL_LIBDIR=Library",
"-DCMAKE_INSTALL_PREFIX=$CONDA_PREFIX",
]

[feature.build.tasks.build]
cmd = ["cmake", "--build", "build"]
depends_on = ["configure"]
Expand Down

0 comments on commit 94a7e57

Please sign in to comment.