Skip to content

Commit ac24664

Browse files
committed
remove redundant winodows build scripts
1 parent 2d9f5b3 commit ac24664

File tree

3 files changed

+2
-8
lines changed

3 files changed

+2
-8
lines changed

.travis.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -20,12 +20,12 @@ jobs:
2020
name: x64_msvc
2121
script:
2222
- cd vs2017
23-
- ./build_x64.cmd && x64/Debug/test.exe
23+
- ./build.cmd x64 && x64/Debug/test.exe
2424
- os: windows
2525
name: x86_msvc
2626
script:
2727
- cd vs2017
28-
- ./build_x86.cmd && Win32/Debug/test.exe
28+
- ./build.cmd x86 && Win32/Debug/test.exe
2929
- os: windows
3030
name: arm_msvc
3131
before_install: choco install --force VisualStudio2017-workload-vctools --params"--add Microsoft.VisualStudio.Component.VC.Tools.ARM"

vs2017/build_x64.cmd

Lines changed: 0 additions & 3 deletions
This file was deleted.

vs2017/build_x86.cmd

Lines changed: 0 additions & 3 deletions
This file was deleted.

0 commit comments

Comments
 (0)