File tree Expand file tree Collapse file tree 3 files changed +4
-5
lines changed Expand file tree Collapse file tree 3 files changed +4
-5
lines changed Original file line number Diff line number Diff line change 2020 name : x64_msvc
2121 script :
2222 - cd vs2019
23- - build_x64.cmd && x64/Debug/test.exe
23+ - ./ build_x64.cmd && x64/Debug/test.exe
2424 - os : windows
2525 name : x86_msvc
2626 script :
2727 - cd vs2019
28- - ' cmd "/C build_x86.cmd"'
29- - Win32/Debug/test.exe
28+ - ./build_x86.cmd && Win32/Debug/test.exe
Original file line number Diff line number Diff line change 11rem Build x64 with visualstudio2017buildtools
2- " C:\Program Files (x86)\Microsoft Visual Studio\2017\BuildTools\Common7\Tools\VsDevCmd.bat"
2+ call " C:\Program Files (x86)\Microsoft Visual Studio\2017\BuildTools\Common7\Tools\VsDevCmd.bat"
33msbuild stackman.sln /p:Platform=x64
Original file line number Diff line number Diff line change 11rem Build x86 with visualstudio2017buildtools
2- " C:\Program Files (x86)\Microsoft Visual Studio\2017\BuildTools\Common7\Tools\VsDevCmd.bat"
2+ call " C:\Program Files (x86)\Microsoft Visual Studio\2017\BuildTools\Common7\Tools\VsDevCmd.bat"
33msbuild stackman.sln /p:Platform=x86
You can’t perform that action at this time.
0 commit comments