Alexander Afanasyev | 41ea918 | 2014-11-20 19:24:55 -0800 | [diff] [blame] | 1 | # For Ubuntu only |
2 | language: cpp | ||||
3 | os: | ||||
4 | - linux | ||||
5 | compiler: | ||||
6 | - gcc | ||||
7 | notifications: | ||||
8 | email: | ||||
9 | on_success: always | ||||
10 | on_failure: always | ||||
11 | before_install: | ||||
12 | - travis_retry sudo apt-get update | ||||
13 | install: | ||||
14 | - travis_retry sudo apt-get install -qq libssl-dev libpcap-dev libboost1.48-all-dev libcrypto++-dev libsqlite3-dev liblog4cxx10-dev protobuf-compiler libprotobuf-dev pkg-config | ||||
15 | script: | ||||
16 | - ./.jenkins |