File tree 2 files changed +15
-1
lines changed
2 files changed +15
-1
lines changed Original file line number Diff line number Diff line change @@ -231,6 +231,18 @@ jobs:
231
231
run : scripts/ios/azure_ios_build_psv.sh
232
232
shell : bash
233
233
234
+ psv-win-vc2019-build :
235
+ name : PSV.Win.VC2019
236
+ runs-on : windows-2019
237
+ env :
238
+ BUILD_TYPE : RelWithDebInfo
239
+ steps :
240
+ - name : Check out repository
241
+ uses : actions/checkout@v3
242
+ - name : Build
243
+ run : scripts/windows/build.sh
244
+ shell : bash
245
+
234
246
psv-commit-checker :
235
247
name : PSV.Commit.Checker
236
248
runs-on : ubuntu-20.04
Original file line number Diff line number Diff line change 17
17
# SPDX-License-Identifier: Apache-2.0
18
18
# License-Filename: LICENSE
19
19
20
-
20
+ env
21
+ cl.exe || true
22
+ call " C:\Program Files (x86)\Microsoft Visual Studio 14.0\VC\vcvarsall.bat" x64 || true
21
23
[[ -d " build" ]] && rm -rf build
22
24
mkdir build && cd build
23
25
cmake .. -G " Visual Studio 16 2019" -A x64 \
You can’t perform that action at this time.
0 commit comments