Skip to content

Commit

Permalink
No longer need for clang_use_chrome_plugins=false, disable tests on a…
Browse files Browse the repository at this point in the history
…ppveyor
  • Loading branch information
aisouard committed Mar 19, 2017
1 parent 418e54b commit 58f2d70
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 2 additions & 0 deletions appveyor.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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

0 comments on commit 58f2d70

Please sign in to comment.