appveyor build 32 bit including test stuff

This commit is contained in:
Martin Müllenhaupt 2017-02-16 09:02:44 +01:00
parent ce4951a956
commit 6b8be19839

View file

@ -1,7 +1,7 @@
os: Visual Studio 2015
platform:
- x64
- x86
configuration: Release
@ -13,8 +13,7 @@ build:
before_build:
- cd c:\projects\libwebrtc
- git submodule update --init --recursive
- cmake -G "Visual Studio 14 2015 Win64" -DCMAKE_INSTALL_PREFIX=c:\projects\libwebrtc -DNINJA_ARGS="-j 2" .
- cmake -G "Visual Studio 14 2015" -DCMAKE_INSTALL_PREFIX=c:\projects\libwebrtc -DNINJA_ARGS="-j 2" -DBUILD_TESTS=ON .
artifacts:
- path: libwebrtc-0.0.1-rc.4-win32-x64.7z
name: libwebrtc-0.0.1-rc.4-win32-x64.7z
- path: libwebrtc-0.0.1-rc.4-win-x86.zip