mirror of
https://github.com/UltraCoderRU/libwebrtc.git
synced 2026-01-28 19:25:12 +00:00
AppVeyor: Upload the package generated by CMake instead of doing it ourselves
This commit is contained in:
parent
b8796b9359
commit
49ddc448d1
1 changed files with 3 additions and 6 deletions
|
|
@ -8,16 +8,13 @@ configuration: Release
|
||||||
clone_folder: c:\projects\libwebrtc
|
clone_folder: c:\projects\libwebrtc
|
||||||
|
|
||||||
build:
|
build:
|
||||||
project: ALL_BUILD.vcxproj
|
project: PACKAGE.vcxproj
|
||||||
|
|
||||||
before_build:
|
before_build:
|
||||||
- cd c:\projects\libwebrtc
|
- cd c:\projects\libwebrtc
|
||||||
- git submodule update --init --recursive
|
- git submodule update --init --recursive
|
||||||
- cmake -G "Visual Studio 14 2015 Win64" -DCMAKE_INSTALL_PREFIX=c:\projects\libwebrtc .
|
- cmake -G "Visual Studio 14 2015 Win64" -DCMAKE_INSTALL_PREFIX=c:\projects\libwebrtc .
|
||||||
|
|
||||||
after_build:
|
|
||||||
- 7z a -t7z c:\projects\libwebrtc\libwebrtc-win32-x64.7z -m0=lzma2 -mx=9 -aoa -mfb=64 -md=32m -ms=on -md=1024m include lib
|
|
||||||
|
|
||||||
artifacts:
|
artifacts:
|
||||||
- path: libwebrtc-win32-x64.7z
|
- path: libwebrtc-0.0.1-rc.4-win32-x64.7z
|
||||||
name: libwebrtc-win32-x64.7z
|
name: libwebrtc-0.0.1-rc.4-win32-x64.7z
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue