Skip to content

Commit

Permalink
CI: Windows Install & Test Install
Browse files Browse the repository at this point in the history
Execute the `install` and `test_install` targets in
Windows CI, too.
  • Loading branch information
ax3l committed Mar 14, 2024
1 parent ae3af43 commit e7e9374
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions .github/workflows/windows.yml
Original file line number Diff line number Diff line change
Expand Up @@ -49,6 +49,9 @@ jobs:
#-DCMAKE_CXX_COMPILER_LAUNCHER=ccache
cmake --build build --config Debug -j 4
cmake --build build --config Debug --target install
cmake --build build --config Debug --target test_install
#ccache -s
# Build libamrex and all test (static)
Expand Down Expand Up @@ -91,6 +94,9 @@ jobs:
#-DCMAKE_CXX_COMPILER_LAUNCHER=ccache
cmake --build build --config RelWithDebInfo -j 4
cmake --build build --config RelWithDebInfo --target install
cmake --build build --config RelWithDebInfo --target test_install
#ccache -s
# Build libamrex and all tests
Expand All @@ -116,6 +122,9 @@ jobs:
-DAMReX_OMP=ON
cmake --build build --config Release -j 4
cmake --build build --config Release --target install
cmake --build build --config Release --target test_install
# If we add ccache back, don't forget to update cleanup-cache.yml
#save_pr_number:
# if: github.event_name == 'pull_request'
Expand Down

0 comments on commit e7e9374

Please sign in to comment.