File tree Expand file tree Collapse file tree 2 files changed +17
-1
lines changed Expand file tree Collapse file tree 2 files changed +17
-1
lines changed Original file line number Diff line number Diff line change 2525 name : x86_msvc
2626 script :
2727 - cd vs2017
28- - ./build_x86.cmd && Win32/Debug/test.exe
28+ - ./build_x86.cmd && Win32/Debug/test.exe
29+ - os : windows
30+ name : arm_msvc
31+ before_install : choco install --force VisualStudio2017-workload-vctools --params"--add Microsoft.VisualStudio.Component.VC.Tools.ARM"
32+ script :
33+ - cd vs2017
34+ - ./build.cmd ARM
35+ - os : windows
36+ name : arm64_msvc
37+ before_install : choco install --force VisualStudio2017-workload-vctools --params"--add Microsoft.VisualStudio.Component.VC.Tools.ARM64"
38+ script :
39+ - cd vs2017
40+ - ./build.cmd ARM64
Original file line number Diff line number Diff line change 1+ rem Build with visualstudio2017buildtools
2+ echo Building %1
3+ call " C:\Program Files (x86)\Microsoft Visual Studio\2017\BuildTools\Common7\Tools\VsDevCmd.bat"
4+ msbuild stackman.sln /p:Platform=%1
You can’t perform that action at this time.
0 commit comments