mirror of
https://github.com/UltraCoderRU/libwebrtc.git
synced 2026-01-28 03:15:11 +00:00
No longer need for clang_use_chrome_plugins=false, disable tests on appveyor
This commit is contained in:
parent
418e54b401
commit
58f2d70a74
2 changed files with 3 additions and 1 deletions
|
|
@ -43,7 +43,7 @@ install:
|
||||||
- git submodule update
|
- git submodule update
|
||||||
- mkdir out
|
- mkdir out
|
||||||
- cd out
|
- cd out
|
||||||
- cmake -DGN_EXTRA_ARGS="clang_use_chrome_plugins=false" ..
|
- cmake ..
|
||||||
|
|
||||||
script:
|
script:
|
||||||
- make -j 4 package
|
- make -j 4 package
|
||||||
|
|
|
||||||
|
|
@ -18,3 +18,5 @@ before_build:
|
||||||
artifacts:
|
artifacts:
|
||||||
- path: libwebrtc-0.0.1-rc.4-win32-x64.7z
|
- path: libwebrtc-0.0.1-rc.4-win32-x64.7z
|
||||||
name: libwebrtc-0.0.1-rc.4-win32-x64.7z
|
name: libwebrtc-0.0.1-rc.4-win32-x64.7z
|
||||||
|
|
||||||
|
test: off
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue