File tree Expand file tree Collapse file tree 2 files changed +9
-7
lines changed Expand file tree Collapse file tree 2 files changed +9
-7
lines changed Original file line number Diff line number Diff line change @@ -13,13 +13,15 @@ jobs:
13
13
strategy :
14
14
fail-fast : false
15
15
matrix :
16
- os : [ubuntu-22.04, windows-2022]
16
+ # os: [ubuntu-22.04, windows-2022]
17
+ os : [windows-2022]
17
18
platform : [x64]
18
- build-cfg : [Debug, DebugOpt, Release]
19
+ # build-cfg: [Debug, DebugOpt, Release]
20
+ build-cfg : [Release]
19
21
include :
20
22
- os : windows-2022
21
23
platform : x64
22
- build-cfg : Debug
24
+ # build-cfg: Debug
23
25
24
26
runs-on : ${{ matrix.os }}
25
27
Original file line number Diff line number Diff line change @@ -38,7 +38,7 @@ build()
38
38
fi
39
39
40
40
find_msbuild
41
- $msbuild " $slnpath " -p:Configuration=$configuration -p:Platform=$platform -v:$verbosity -nologo
41
+ $msbuild " $slnpath " -p:Configuration=$configuration -p:Platform=$platform -v:$verbosity -nologo /p:DefineConstants= " _ALLOW_COMPILER_AND_STL_VERSION_MISMATCH "
42
42
43
43
if [ $ci = true ]; then
44
44
test
@@ -103,7 +103,7 @@ test()
103
103
}
104
104
105
105
clean ()
106
- {
106
+ {
107
107
rm -rf " $objdir "
108
108
rm -rf " $gendir "
109
109
rm -rf " $bindir "
@@ -202,7 +202,7 @@ while [[ $# > 0 ]]; do
202
202
-configuration)
203
203
configuration=$2
204
204
shift
205
- ;;
205
+ ;;
206
206
-platform)
207
207
platform=$2
208
208
shift
@@ -240,7 +240,7 @@ case "$cmd" in
240
240
;;
241
241
generate_config)
242
242
generate_config
243
- ;;
243
+ ;;
244
244
prepack)
245
245
prepack
246
246
;;
You can’t perform that action at this time.
0 commit comments