travis: use ninja for building.

Change-Id: I18cf4c79e6073955d8224c7a37f906ec54a8edbc
Reviewed-on: https://code.wireshark.org/review/27324
Reviewed-by: Peter Wu <peter@lekensteyn.nl>
This commit is contained in:
Dario Lombardo 2018-05-03 17:24:10 +02:00 committed by Peter Wu
parent ae6afe416b
commit 12613415ef
2 changed files with 3 additions and 3 deletions

View File

@ -32,6 +32,6 @@ before_script:
- sudo gem install asciidoctor
- mkdir build
- cd build
- cmake ${CMAKE_OPTS} ..
- cmake -GNinja ${CMAKE_OPTS} ..
script:
- make
- ninja

View File

@ -13,7 +13,7 @@
brew update
#install some libs needed by Wireshark
brew install c-ares glib libgcrypt gnutls lua cmake nghttp2 snappy lz4 libxml2 json-glib
brew install c-ares glib libgcrypt gnutls lua cmake nghttp2 snappy lz4 libxml2 json-glib ninja
#install Qt5
brew install qt5