mirror of
https://github.com/UltraCoderRU/libwebrtc.git
synced 2026-01-28 03:15:11 +00:00
#31: Set clang_use_chrome_plugins to false on Travis
This commit is contained in:
parent
058d9e0da3
commit
9eafe12813
1 changed files with 1 additions and 1 deletions
|
|
@ -43,7 +43,7 @@ install:
|
||||||
- git submodule update
|
- git submodule update
|
||||||
- mkdir out
|
- mkdir out
|
||||||
- cd out
|
- cd out
|
||||||
- cmake -DNINJA_ARGS="-j 4" ..
|
- cmake -DNINJA_ARGS="-j 4" -DGN_EXTRA_ARGS="clang_use_chrome_plugins=false" ..
|
||||||
|
|
||||||
script:
|
script:
|
||||||
- make package
|
- make package
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue