File tree 1 file changed +3
-0
lines changed
1 file changed +3
-0
lines changed Original file line number Diff line number Diff line change 40
40
only :
41
41
- TARGET_ARCH : x86_64
42
42
before_build :
43
+ - cmd : set PATH=C:\Program Files (x86)\MSBuild\14.0\Bin;%PATH%
43
44
- cmd : ' "C:\Program Files (x86)\Microsoft Visual Studio 14.0\VC\vcvarsall.bat" x64'
44
45
before_test :
45
46
- cmd : net start spooler
52
53
only :
53
54
- TARGET_ARCH : x86
54
55
before_build :
56
+ - cmd : set PATH=C:\Program Files (x86)\MSBuild\14.0\Bin;%PATH%
55
57
- cmd : ' "C:\Program Files (x86)\Microsoft Visual Studio 14.0\VC\vcvarsall.bat" x86'
56
58
before_test :
57
59
- cmd : net start spooler
64
66
only :
65
67
- TARGET_ARCH : aarch64
66
68
before_build :
69
+ - cmd : set PATH=C:\Program Files (x86)\MSBuild\14.0\Bin;%PATH%
67
70
- cmd : ' "C:\Program Files (x86)\Microsoft Visual Studio\2019\Community\VC\Auxiliary\Build\vcvarsall.bat" x64_arm64'
68
71
test_script :
69
72
- cmd : echo Skipping tests
You can’t perform that action at this time.
0 commit comments