mirror of
https://github.com/UltraCoderRU/libwebrtc.git
synced 2026-01-28 03:15:11 +00:00
appveyor build 32 bit including test stuff
This commit is contained in:
parent
ce4951a956
commit
6b8be19839
1 changed files with 3 additions and 4 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue