mirror of
https://github.com/DarkflameUniverse/DarkflameServer.git
synced 2024-11-21 21:17:25 +00:00
testing
This commit is contained in:
parent
9b7c593ae9
commit
70f3756098
4
.github/workflows/build-and-test.yml
vendored
4
.github/workflows/build-and-test.yml
vendored
@ -2,9 +2,9 @@ name: CI
|
||||
|
||||
on:
|
||||
push:
|
||||
branches: [ main ]
|
||||
branches: [ main, MSVCCompilerFlags ]
|
||||
pull_request:
|
||||
branches: [ main ]
|
||||
branches: [ main, MSVCCompilerFlags ]
|
||||
|
||||
jobs:
|
||||
build-and-test:
|
||||
|
@ -35,7 +35,7 @@
|
||||
"value": "x64"
|
||||
},
|
||||
"cacheVariables": {
|
||||
"COMPILE_OPTIONS": "/permissive- /Zc:inline /wd4267 /utf-8",
|
||||
"COMPILE_OPTIONS": "/permissive-;/Zc:inline;/wd4267;/utf-8",
|
||||
"CMAKE_BUILD_TYPE": "RelWithDebInfo"
|
||||
}
|
||||
},
|
||||
|
Loading…
Reference in New Issue
Block a user