Skip to content

Commit

Permalink
Win CUDA CI: Ninja
Browse files Browse the repository at this point in the history
  • Loading branch information
ax3l committed Mar 19, 2021
1 parent 261dd3a commit febb0a0
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/windows.yml
Original file line number Diff line number Diff line change
Expand Up @@ -85,6 +85,7 @@ jobs:
run: |
call "C:\Program Files (x86)\Microsoft Visual Studio\2019\Enterprise\vc\Auxiliary\build\vcvarsall.bat" x64
cmake -S . -B build ^
-G Ninja ^
-DCMAKE_BUILD_TYPE=Release ^
-DAMReX_BUILD_TUTORIALS=ON ^
-DAMReX_FORTRAN=OFF ^
Expand All @@ -93,6 +94,6 @@ jobs:
-DCMAKE_CXX_STANDARD=14 ^
-DCMAKE_CUDA_STANDARD=14 ^
-DAMReX_CUDA_ARCH=6.0
cmake --build build --config Release -j 2
cmake --build build -j 2
# use "cmd", see https://gitlab.kitware.com/cmake/cmake/-/issues/20281
# -DAMReX_PARTICLES=ON

0 comments on commit febb0a0

Please sign in to comment.