mirror of
https://github.com/UltraCoderRU/libwebrtc.git
synced 2026-01-28 11:15:13 +00:00
38 lines
901 B
YAML
38 lines
901 B
YAML
os: Visual Studio 2015
|
|
|
|
matrix:
|
|
fast_finish: true
|
|
|
|
platform:
|
|
- x86
|
|
- x64
|
|
|
|
configuration:
|
|
- Debug
|
|
- Release
|
|
|
|
clone_folder: c:\projects\libwebrtc
|
|
|
|
build:
|
|
project: PACKAGE.vcxproj
|
|
|
|
before_build:
|
|
- cd c:\projects\libwebrtc
|
|
- if "%platform%"=="x86" set CMAKE_GENERATOR_NAME=Visual Studio 14 2015
|
|
- if "%platform%"=="x64" set CMAKE_GENERATOR_NAME=Visual Studio 14 2015 Win64
|
|
- cmake -G "%CMAKE_GENERATOR_NAME%" -DCMAKE_BUILD_TYPE=%configuration% -DCMAKE_INSTALL_PREFIX=c:\projects\libwebrtc .
|
|
|
|
artifacts:
|
|
- path: libwebrtc-0.0.1-rc.4-win-x86.zip
|
|
name: libwebrtc-0.0.1-rc.4-win-x86.zip
|
|
|
|
- path: libwebrtc-0.0.1-rc.4-win-x86-debug.zip
|
|
name: libwebrtc-0.0.1-rc.4-win-x86-debug.zip
|
|
|
|
- path: libwebrtc-0.0.1-rc.4-win-x64.zip
|
|
name: libwebrtc-0.0.1-rc.4-win-x64.zip
|
|
|
|
- path: libwebrtc-0.0.1-rc.4-win-x64-debug.zip
|
|
name: libwebrtc-0.0.1-rc.4-win-x64-debug.zip
|
|
|
|
test: off
|