Skip to content

Commit 4711ccd

Browse files
committed
Add windows builds for x64 and x86
1 parent e4af961 commit 4711ccd

File tree

1 file changed

+13
-1
lines changed

1 file changed

+13
-1
lines changed

.travis.yml

Lines changed: 13 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,4 +15,16 @@ jobs:
1515
- sudo apt install -y qemu-user
1616
env:
1717
- PLATFORM_PREFIX=arm-linux-gnueabi-
18-
- EMULATOR=qemu-arm
18+
- EMULATOR=qemu-arm
19+
- os: windows
20+
name: x64_msvc
21+
script:
22+
- "/c/Program Files (x86)/Microsoft Visual Studio/2017/BuildTools/Common7/Tools/VsDevCmd.bat"
23+
- msbuild vc2019/stackman.sln /p:Platform=x64
24+
- vc2019/x64/Debug/test.exe
25+
- os: windows
26+
name: x86_msvc
27+
script:
28+
- "/c/Program Files (x86)/Microsoft Visual Studio/2017/BuildTools/Common7/Tools/VsDevCmd.bat"
29+
- msbuild vc2019/stackman.sln /p:Platform=x86
30+
- vc2019/win32/Debug/test.exe

0 commit comments

Comments
 (0)