Skip to content

Commit

Permalink
Builds example forlder on Windows
Browse files Browse the repository at this point in the history
  • Loading branch information
JohanMabille committed Jun 11, 2024
1 parent aaa598b commit 95e1ea5
Showing 1 changed file with 13 additions and 13 deletions.
26 changes: 13 additions & 13 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -107,17 +107,17 @@ jobs:
ninja install
working-directory: build

#- name: build example kernel
# shell: cmd /C call {0}
# run: |
# mkdir -p build
# cd build
# cmake .. ^
# -G Ninja ^
# -DCMAKE_BUILD_TYPE=Release ^
# -DDEPENDENCY_SEARCH_PREFIX="%CONDA_PREFIX%\Library" ^
# -DCMAKE_PREFIX_PATH="%CONDA_PREFIX%\Library" ^
# -DCMAKE_INSTALL_PREFIX="%CONDA_PREFIX%"
# make -j 2
# working-directory: examples
- name: build example kernel
shell: cmd /C call {0}
run: |
mkdir -p build
cd build
cmake .. ^
-G Ninja ^
-DCMAKE_BUILD_TYPE=Release ^
-DDEPENDENCY_SEARCH_PREFIX="%CONDA_PREFIX%\Library" ^
-DCMAKE_PREFIX_PATH="%CONDA_PREFIX%\Library" ^
-DCMAKE_INSTALL_PREFIX="%CONDA_PREFIX%"
ninja
working-directory: examples

0 comments on commit 95e1ea5

Please sign in to comment.