We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2d9f5b3 commit ac24664Copy full SHA for ac24664
.travis.yml
@@ -20,12 +20,12 @@ jobs:
20
name: x64_msvc
21
script:
22
- cd vs2017
23
- - ./build_x64.cmd && x64/Debug/test.exe
+ - ./build.cmd x64 && x64/Debug/test.exe
24
- os: windows
25
name: x86_msvc
26
27
28
- - ./build_x86.cmd && Win32/Debug/test.exe
+ - ./build.cmd x86 && Win32/Debug/test.exe
29
30
name: arm_msvc
31
before_install: choco install --force VisualStudio2017-workload-vctools --params"--add Microsoft.VisualStudio.Component.VC.Tools.ARM"
vs2017/build_x64.cmd
vs2017/build_x86.cmd
0 commit comments