This commit is contained in:
jadebenn 2024-01-30 18:49:46 -06:00
parent 9b7c593ae9
commit 70f3756098
2 changed files with 3 additions and 3 deletions

View File

@ -2,9 +2,9 @@ name: CI
on:
push:
branches: [ main ]
branches: [ main, MSVCCompilerFlags ]
pull_request:
branches: [ main ]
branches: [ main, MSVCCompilerFlags ]
jobs:
build-and-test:

View File

@ -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"
}
},