aboutsummaryrefslogtreecommitdiffstats
path: root/.travis.yml
AgeCommit message (Collapse)AuthorFilesLines
2018-07-06travis: fix typo.Dario Lombardo1-1/+1
Change-Id: Id5613fd9aa506d62e7a48585d6ea13c3db100068 Reviewed-on: https://code.wireshark.org/review/28650 Reviewed-by: Anders Broman <a.broman58@gmail.com>
2018-06-20travis: remove unnecessary qt5 in PATH for macOSPeter Wu1-1/+0
Since v2.5.0rc0-1101-ged15895221 ("cmake: look for Qt5 from Homebrew on macOS"), qt5 no longer needs to be in the PATH. Change-Id: I1edadcb0eec8a38c4f7364353e57f92c80ca400f Reviewed-on: https://code.wireshark.org/review/28352 Reviewed-by: Gerald Combs <gerald@wireshark.org>
2018-06-05travis: fix gem command line.Dario Lombardo1-1/+1
Change-Id: I84bc07edad1453b2e41311f21eb37454898a8fd5 Reviewed-on: https://code.wireshark.org/review/28018 Reviewed-by: Dario Lombardo <lomato@gmail.com>
2018-06-04travis: don't install asciidoctor's documentation.Dario Lombardo1-2/+2
Change-Id: I8d70cb7e940dc527c13e60195f4fd049cdff2481 Reviewed-on: https://code.wireshark.org/review/27954 Reviewed-by: Alexis La Goutte <alexis.lagoutte@gmail.com>
2018-05-18travis: add regression tests to pcap builds.Dario Lombardo1-3/+4
Change-Id: Ibdd3f5bfc7ed0e6a75c83227d50d6e00dccf6814 Reviewed-on: https://code.wireshark.org/review/27619 Reviewed-by: Dario Lombardo <lomato@gmail.com> Reviewed-by: Peter Wu <peter@lekensteyn.nl>
2018-05-18travis: add wireshark/stable ppa.Dario Lombardo1-0/+1
This is required for missing trusty packages (as nghttp2). Change-Id: Ibff9f89c3a89c7e4593650384f97a23f05f899f3 Reviewed-on: https://code.wireshark.org/review/27576 Reviewed-by: Peter Wu <peter@lekensteyn.nl> Petri-Dish: Peter Wu <peter@lekensteyn.nl> Tested-by: Petri Dish Buildbot Reviewed-by: Anders Broman <a.broman58@gmail.com>
2018-05-16travis: remove duplicate line.Dario Lombardo1-1/+0
Change-Id: I39c3aa14b9d4b7dbe78a1be697aa67bf4609dbc5 Reviewed-on: https://code.wireshark.org/review/27578 Reviewed-by: Dario Lombardo <lomato@gmail.com>
2018-05-16travis: enable apt update.Dario Lombardo1-0/+1
Change-Id: I102b669238dcbf3b8fce8b7429da08f471a20811 Reviewed-on: https://code.wireshark.org/review/27575 Reviewed-by: Dario Lombardo <lomato@gmail.com>
2018-05-05travis: update to gcc-8 and clang-5Alexis La Goutte1-4/+9
Change-Id: I538f87253241ce3b399bf638514df73447622219 Reviewed-on: https://code.wireshark.org/review/27337 Reviewed-by: Dario Lombardo <lomato@gmail.com>
2018-05-04travis: use ninja for building.Dario Lombardo1-2/+2
Change-Id: I18cf4c79e6073955d8224c7a37f906ec54a8edbc Reviewed-on: https://code.wireshark.org/review/27324 Reviewed-by: Peter Wu <peter@lekensteyn.nl>
2018-04-18Remove autotools build system.Dario Lombardo1-11/+5
It has been replaced by cmake. Change-Id: I83a5eddb8645dbbf6bca9f026066d2e995d8e87a Reviewed-on: https://code.wireshark.org/review/26969 Petri-Dish: Dario Lombardo <lomato@gmail.com> Tested-by: Petri Dish Buildbot Reviewed-by: Gerald Combs <gerald@wireshark.org> Reviewed-by: Anders Broman <a.broman58@gmail.com>
2018-02-14travis: add asciidoctor.Dario Lombardo1-1/+2
Change-Id: I82e72bf194c37001190868257fb7bef499e38ede Reviewed-on: https://code.wireshark.org/review/25789 Reviewed-by: Dario Lombardo <lomato@gmail.com>
2018-01-08extcap: remove conditional compilation.Dario Lombardo1-1/+0
Change-Id: Ia54bba388755cf27a343fe6d69d244bf1ab897f9 Reviewed-on: https://code.wireshark.org/review/25186 Petri-Dish: Dario Lombardo <lomato@gmail.com> Tested-by: Petri Dish Buildbot Reviewed-by: Roland Knall <rknall@gmail.com> Reviewed-by: Anders Broman <a.broman58@gmail.com>
2017-07-05travis: fix build with osx (macOS)Alexis La Goutte1-0/+1
Like say on -dev mailing https://www.wireshark.org/lists/wireshark-dev/201706/msg00113.html and also recommanded when install Qt via homebrew (brew install qt) [...] If you need to have this software first in your PATH instead consider running: echo 'export PATH="/usr/local/opt/qt/bin:$PATH"' >> ~/.bash_profile Fix following cmake error : - Found python module asn2wrs: /Users/travis/build/alagoutte/wireshark/tools/asn2wrs.py CMake Error at /usr/local/lib/cmake/Qt5Core/Qt5CoreConfig.cmake:15 (message): The imported target "Qt5::Core" references the file "/usr/local/.//mkspecs/macx-clang" but this file does not exist. Possible reasons include: * The file was deleted, renamed, or moved to another location. * An install or uninstall procedure did not complete successfully. * The installation package was faulty and contained "/usr/local/lib/cmake/Qt5Core/Qt5CoreConfigExtras.cmake" but not all the files it references. Change-Id: I47137109c6ddb30de653e424d9baef4a340faad3 Reviewed-on: https://code.wireshark.org/review/22512 Reviewed-by: Peter Wu <peter@lekensteyn.nl> Reviewed-by: Alexis La Goutte <alexis.lagoutte@gmail.com> Reviewed-by: Michael Mann <mmann78@netscape.net>
2016-11-14travis: improve test matrix.Dario Lombardo1-17/+13
Details: - remove the original broken environments and create multi-variable ones - remove old comments - exclude some OSX builds Change-Id: Iec98d13350444678823fa52bb3b9faefe02859d6 Reviewed-on: https://code.wireshark.org/review/18689 Reviewed-by: Alexis La Goutte <alexis.lagoutte@gmail.com>
2016-11-05travis: remove matrix steps from osxDario Lombardo1-0/+4
Change-Id: I172854246fea1858a622178177ca1524f7b4946f Reviewed-on: https://code.wireshark.org/review/18671 Reviewed-by: Alexis La Goutte <alexis.lagoutte@gmail.com>
2016-11-05travis: move osx first.Dario Lombardo1-1/+1
Change-Id: I08f65a6b5bcc78c4a74ed9f1488bca07cc6a1fd5 Reviewed-on: https://code.wireshark.org/review/18670 Reviewed-by: Alexis La Goutte <alexis.lagoutte@gmail.com>
2016-10-19Disable GTK+ by default.Gerald Combs1-1/+3
I suggested disabling GTK+ by default at Sharkfest EU and no one objected, hence this patch. Disable it by default in both Autotools and CMake. Make sure it's enabled for Debian packaging. The RPM packaging enables GTK3 explicitly so no change appears to be necessary there. Change-Id: If5daeaef4bb26cf60006bc8883be15b2cf6c6ae4 Reviewed-on: https://code.wireshark.org/review/18256 Reviewed-by: Peter Wu <peter@lekensteyn.nl> Petri-Dish: Gerald Combs <gerald@wireshark.org> Tested-by: Petri Dish Buildbot <buildbot-no-reply@wireshark.org> Reviewed-by: Jörg Mayer <jmayer@loplof.de>
2016-07-17Add osx/macos build for Travis CIAlexis La Goutte1-4/+20
Change-Id: Id6beedfbe909ac3639790cbb7471bd968bed5b82 Reviewed-on: https://code.wireshark.org/review/16496 Petri-Dish: Alexis La Goutte <alexis.lagoutte@gmail.com> Tested-by: Petri Dish Buildbot <buildbot-no-reply@wireshark.org> Reviewed-by: Dario Lombardo <lomato@gmail.com> Reviewed-by: Michael Mann <mmann78@netscape.net>
2016-07-16Use debian tools script for travisAlexis La Goutte1-3/+4
Change-Id: I0e3390048fe2723579cc108f5adf582f570a41e5 Reviewed-on: https://code.wireshark.org/review/16494 Reviewed-by: Dario Lombardo <lomato@gmail.com>
2015-10-27Update Travis to TrustyAlexis La Goutte1-4/+7
It is now possible to have Trusty Ubuntu image when using Travis (Github) http://blog.travis-ci.com/2015-10-14-opening-up-ubuntu-trusty-beta/ Move to Trusty (and GTK3/Qt5) Change-Id: I54cbd4936dd9d8fbd8fe9fb1538290045ec0d5af Reviewed-on: https://code.wireshark.org/review/11115 Reviewed-by: Alexis La Goutte <alexis.lagoutte@gmail.com> Reviewed-by: Michael Mann <mmann78@netscape.net>
2014-09-20Add .travis.yml for Travis CI (for Github user...)Alexis La Goutte1-0/+20
4 jobs * autotools / gcc * autotools / clang * cmake / gcc * cmake / clang Change-Id: Ifc5b079415232b77680c87b2dee441566e08c835 Reviewed-on: https://code.wireshark.org/review/3944 Reviewed-by: Evan Huus <eapache@gmail.com> Reviewed-by: Alexis La Goutte <alexis.lagoutte@gmail.com>