-
Notifications
You must be signed in to change notification settings - Fork 40
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Turn off windows build and attempts at fixing mkdir stuff
- Loading branch information
1 parent
444f1c4
commit 6d9f815
Showing
2 changed files
with
39 additions
and
39 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -36,39 +36,39 @@ jobs: | |
run-build: true | ||
build-args: '--parallel 16' | ||
- uses: threeal/[email protected] | ||
build_windows: | ||
strategy: | ||
matrix: | ||
shared: | ||
- args: | ||
BUILD_SHARED_LIBS=On | ||
CMAKE_WINDOWS_EXPORT_ALL_SYMBOLS=On | ||
- args: BUILD_SHARED_LIBS=Off | ||
|
||
runs-on: windows-latest | ||
steps: | ||
- uses: actions/checkout@v2 | ||
with: | ||
submodules: recursive | ||
## ==================================== | ||
## Config and build action | ||
- uses: threeal/[email protected] | ||
with: | ||
build-dir: build | ||
options: | ||
ENABLE_WARNINGS_AS_ERRORS=Off | ||
BLT_CXX_STD="" | ||
CMAKE_CXX_STANDARD=17 | ||
CMAKE_BUILD_TYPE=Release | ||
${{ matrix.shared.args }} | ||
run-build: true | ||
build-args: '--parallel 16' | ||
## ==================================== | ||
## Print the contents of the test directory in the build space (debugging) | ||
## - run: | | ||
## dir -r D:\a\RAJA\RAJA\build\test | ||
## ==================================== | ||
## Run tests action | ||
- uses: threeal/[email protected] | ||
with: | ||
build-config: Debug | ||
# build_windows: | ||
# strategy: | ||
# matrix: | ||
# shared: | ||
# - args: | ||
# BUILD_SHARED_LIBS=On | ||
# CMAKE_WINDOWS_EXPORT_ALL_SYMBOLS=On | ||
# - args: BUILD_SHARED_LIBS=Off | ||
# | ||
# runs-on: windows-latest | ||
# steps: | ||
# - uses: actions/checkout@v2 | ||
# with: | ||
# submodules: recursive | ||
### ==================================== | ||
### Config and build action | ||
# - uses: threeal/[email protected] | ||
# with: | ||
# build-dir: build | ||
# options: | ||
# ENABLE_WARNINGS_AS_ERRORS=Off | ||
# BLT_CXX_STD="" | ||
# CMAKE_CXX_STANDARD=17 | ||
# CMAKE_BUILD_TYPE=Release | ||
# ${{ matrix.shared.args }} | ||
# run-build: true | ||
# build-args: '--parallel 16' | ||
### ==================================== | ||
### Print the contents of the test directory in the build space (debugging) | ||
### - run: | | ||
### dir -r D:\a\RAJA\RAJA\build\test | ||
### ==================================== | ||
### Run tests action | ||
# - uses: threeal/[email protected] | ||
# with: | ||
# build-config: Debug |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters