We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2669600 commit 1fd3881Copy full SHA for 1fd3881
.travis.yml
@@ -9,18 +9,24 @@ addons:
9
apt:
10
sources:
11
- ubuntu-toolchain-r-test
12
- - boost-latest
13
packages:
+ - gcc-6
14
+ - g++-6
15
- ragel
16
- python3
- - libboost-all-dev
17
- libpcap0.8-dev
18
- autoconf
19
- automake
20
- gettext
21
- libtool
22
23
before_install:
24
+ - sudo add-apt-repository ppa:kzemek/boost
25
+ - sudo add-apt-repository ppa:george-edison55/cmake-3.x
26
+ - sudo apt-get update
27
+ - sudo apt-get install libboost1.58-dev cmake
28
+ - sudo alternatives --set gcc /usr/bin/gcc-6
29
+ - sudo alternatives --set g++ /usr/bin/g++-6
30
- mkdir build && cd build && cmake ..
31
32
install:
0 commit comments