Skip to content

Commit

Permalink
Skip Ninja
Browse files Browse the repository at this point in the history
  • Loading branch information
ax3l committed Mar 14, 2024
1 parent 73babfe commit 5b0c8b3
Showing 1 changed file with 0 additions and 8 deletions.
8 changes: 0 additions & 8 deletions .github/workflows/windows.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,9 +26,6 @@ jobs:
# Invoke-WebRequest https://github.com/ccache/ccache/releases/download/v4.8/ccache-4.8-windows-x86_64.zip -OutFile ccache-4.8-windows-x86_64.zip
# Expand-Archive ccache-4.8-windows-x86_64.zip
- name: Build & Install
env:
CC: "cl.exe"
CXX: "cl.exe"
run: |
#$ccachepath = Join-Path $pwd "ccache-4.8-windows-x86_64"
#$Env:PATH += ";$ccachepath"
Expand All @@ -41,7 +38,6 @@ jobs:
#ccache -z
cmake -S . -B build `
-G "Ninja" `
-DCMAKE_BUILD_TYPE=Debug `
-DBUILD_SHARED_LIBS=ON `
-DCMAKE_VERBOSE_MAKEFILE=ON `
Expand Down Expand Up @@ -73,9 +69,6 @@ jobs:
# Invoke-WebRequest https://github.com/ccache/ccache/releases/download/v4.8/ccache-4.8-windows-x86_64.zip -OutFile ccache-4.8-windows-x86_64.zip
# Expand-Archive ccache-4.8-windows-x86_64.zip
- name: Build & Install
env:
CC: "cl.exe"
CXX: "cl.exe"
run: |
#$ccachepath = Join-Path $pwd "ccache-4.8-windows-x86_64"
#$Env:PATH += ";$ccachepath"
Expand All @@ -87,7 +80,6 @@ jobs:
#ccache -z
cmake -S . -B build `
-G "Ninja" `
-DCMAKE_BUILD_TYPE=RelWithDebInfo `
-DCMAKE_VERBOSE_MAKEFILE=ON `
-DAMReX_EB=ON `
Expand Down

0 comments on commit 5b0c8b3

Please sign in to comment.