We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e4af961 commit 4711ccdCopy full SHA for 4711ccd
.travis.yml
@@ -15,4 +15,16 @@ jobs:
15
- sudo apt install -y qemu-user
16
env:
17
- PLATFORM_PREFIX=arm-linux-gnueabi-
18
- - EMULATOR=qemu-arm
+ - 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
26
+ name: x86_msvc
27
28
29
+ - msbuild vc2019/stackman.sln /p:Platform=x86
30
+ - vc2019/win32/Debug/test.exe
0 commit comments