ostinato/.travis.yml

37 lines
1.2 KiB
YAML
Raw Normal View History

2015-09-09 08:06:42 -05:00
language: cpp
Squashed commit of the following: commit 33ad1abb1e3469eac489590d9b79bd5c282d7440 Author: Srivats P <pstavirs@users.noreply.github.com> Date: Wed Jan 4 18:21:07 2017 +0530 Make osx_image global commit d90a99f0523f2bd01a817d81dc42c8e952afb39c Author: Srivats P <pstavirs@users.noreply.github.com> Date: Tue Jan 3 22:21:02 2017 +0530 include not exclude the osx image commit 4038ca84bd6bec03ff92fc82897ccd14b3ebf40a Author: Srivats P <pstavirs@users.noreply.github.com> Date: Tue Jan 3 21:36:46 2017 +0530 Fix osx_image location again commit 232dfdb0bcc93438e02b03364faef889caf37f8a Author: Srivats P <pstavirs@users.noreply.github.com> Date: Tue Jan 3 21:16:15 2017 +0530 Fix incorrect location of overriding osx_image commit 00a487cb6fce8e5da302f2dd9b64df3558f2e4bb Author: Srivats P <pstavirs@users.noreply.github.com> Date: Tue Jan 3 20:58:09 2017 +0530 Force sierra instead of el-capitan See https://github.com/cartr/homebrew-qt4/issues/7 commit 33c39b8e240958c8f277fadcbb4a0da540134a4e Author: Srivats P <pstavirs@users.noreply.github.com> Date: Tue Jan 3 20:37:26 2017 +0530 Troubleshoot osx build break changeset #4 commit 8d168099fb1dabaf61b6d7cd3a391a6285a4bb9c Author: Srivats P <pstavirs@users.noreply.github.com> Date: Tue Jan 3 19:03:56 2017 +0530 Troubleshoot Travis OSX build break changeset #3 commit ae149d0263a73da515bd81b965828c047d68d401 Author: Srivats P <pstavirs@users.noreply.github.com> Date: Tue Jan 3 18:24:51 2017 +0530 troubleshoot osx build break - changeset #2 commit 262633967951ac2e490426cc29b06d5569e44fd2 Author: Srivats P <pstavirs@users.noreply.github.com> Date: Tue Jan 3 18:11:46 2017 +0530 debug changes to troubleshoot osx build break commit f3423b7d84929d98794dfd95009b6bbbedacf07a Author: Srivats P <pstavirs@users.noreply.github.com> Date: Sun Jan 1 12:49:57 2017 +0530 Use latest protobuf version in HomeBrew We had reverted to using protobuf 2.6 when protobuf 3.0 had a regression issue with respect to RPCs - this has been fixed in v3.1.0
2017-01-27 23:53:59 -06:00
osx_image: xcode8.2
2015-09-09 08:06:42 -05:00
2015-12-05 06:43:32 -06:00
os:
- linux
2015-12-05 06:43:32 -06:00
- osx
2015-09-09 08:06:42 -05:00
compiler:
- gcc
- clang
matrix:
exclude:
- os: osx
compiler: gcc
2015-12-05 07:36:28 -06:00
before_install:
- "if [ $TRAVIS_OS_NAME = 'osx' ]; then brew update && brew tap cartr/qt4 && brew tap-pin cartr/qt4 && brew install qt@4 && brew install protobuf && ls -lR /usr/local/include; fi"
2015-12-05 07:36:28 -06:00
2015-09-09 08:06:42 -05:00
addons:
apt:
packages:
- libqt4-dev
- qt4-qmake
- libpcap-dev
- libprotobuf-dev
- protobuf-compiler
2015-09-09 08:06:42 -05:00
script:
- qmake
- make
notifications:
email:
- secure: "LUIBAz/phzOdxlnFuoC6hfNfl3HAGYTkacVfLu0GsrOgNBhqPqsRszhdFuX/kEdGb18GIcqCQn4tLfFVD9YyjZKFCTjjfTEaUlbHYrear4VU6HihBvhu4I+F8nffJ9y77kyZhUfC9RdgTwWEVdwYMi3rjIK8UggPVV1s/FyE2t+UAjmzdGPAb6uxu9znYpldKtY9FosqccPe7tB5uLLcdbX6ojvsOH7lyQPLclFFS7F2yM9nNNxnRwl1v4KlN6vYwBF2scKB8altEMEGnLJKB41S6piVWyQlXc8FotGJf4fg/6lwmKWBzT/aIw8UH8cxJW2q3sHmdcf/nBhSKojLN5HNIQOJ45Xfw0MKQy2uXGHG15DzYRKjsw6zdb7oVJJCVDiwh1wDvfExgJwpIZJuNsMaGEbSo/TxN+6iPaCf2iyFaCW/KkBt5gmcgck2dA0Xc8qd0z3Zjii7cvuM8awrsmtE7UuX7M/lV9M8w5EaYjhr0R2NwgqvRa0hQv+1Ycec/1eVVfMCMFWNsxmVSkQFFbFP2db195axMzeU13G8RIbPY3JsIUEGw1ykj4nXiH77CLYRfZuKvomjhBkzE+P+EyIxRMH65M4zO9lO7SW01hrHty60jKajt5ljPI5AfuKAFHQvoLOwEMwLwbtEy/ggI/SRAXjsKJbueTHaI4719Gg="