mirror of
https://github.com/UltraCoderRU/libwebrtc.git
synced 2026-01-28 03:15:11 +00:00
22 lines
425 B
YAML
22 lines
425 B
YAML
os: Visual Studio 2015
|
|
|
|
platform:
|
|
- x64
|
|
|
|
configuration: Release
|
|
|
|
clone_folder: c:\projects\libwebrtc
|
|
|
|
build:
|
|
project: PACKAGE.vcxproj
|
|
|
|
before_build:
|
|
- cd c:\projects\libwebrtc
|
|
- git submodule update --init --recursive
|
|
- cmake -G "Visual Studio 14 2015 Win64" -DCMAKE_INSTALL_PREFIX=c:\projects\libwebrtc .
|
|
|
|
artifacts:
|
|
- path: libwebrtc-0.0.1-rc.4-win-x64.zip
|
|
name: libwebrtc-0.0.1-rc.4-win-x64.zip
|
|
|
|
test: off
|