mirror of
https://github.com/UltraCoderRU/libwebrtc.git
synced 2026-01-28 03:15:11 +00:00
enable debug build and update to version 66
This commit is contained in:
parent
0569dc61df
commit
60407d29cd
2 changed files with 3 additions and 2 deletions
|
|
@ -20,4 +20,4 @@ set(LIBWEBRTC_API_VERSION
|
|||
set(LIBWEBRTC_VERSION
|
||||
${LIBWEBRTC_API_VERSION}${LIBWEBRTC_BUILD_VERSION})
|
||||
|
||||
set(LIBWEBRTC_WEBRTC_HEAD refs/branch-heads/58)
|
||||
set(LIBWEBRTC_WEBRTC_HEAD refs/branch-heads/66)
|
||||
|
|
|
|||
|
|
@ -8,6 +8,7 @@ platform:
|
|||
|
||||
configuration:
|
||||
- Release
|
||||
- Debug
|
||||
|
||||
clone_folder: c:\projects\libwebrtc
|
||||
|
||||
|
|
@ -15,7 +16,7 @@ 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% -DWEBRTC_BRANCH_HEAD=refs/branch-heads/63 -DBUILD_TESTS=ON -DCMAKE_INSTALL_PREFIX=c:\projects\libwebrtc .
|
||||
- cmake -G "%CMAKE_GENERATOR_NAME%" -DCMAKE_BUILD_TYPE=%configuration% -DWEBRTC_BRANCH_HEAD=refs/branch-heads/66 -DBUILD_TESTS=ON -DCMAKE_INSTALL_PREFIX=c:\projects\libwebrtc .
|
||||
|
||||
build:
|
||||
project: PACKAGE.vcxproj
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue