No longer need for clang_use_chrome_plugins=false, disable tests on appveyor

This commit is contained in:
Axel Isouard 2017-03-19 20:06:21 +01:00
parent 418e54b401
commit 58f2d70a74
No known key found for this signature in database
GPG key ID: 4E64BB3EAAF31C29
2 changed files with 3 additions and 1 deletions

View file

@ -43,7 +43,7 @@ install:
- git submodule update
- mkdir out
- cd out
- cmake -DGN_EXTRA_ARGS="clang_use_chrome_plugins=false" ..
- cmake ..
script:
- make -j 4 package

View file

@ -18,3 +18,5 @@ before_build:
artifacts:
- path: libwebrtc-0.0.1-rc.4-win32-x64.7z
name: libwebrtc-0.0.1-rc.4-win32-x64.7z
test: off