We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent af5d111 commit a422461Copy full SHA for a422461
.travis.yml
@@ -21,14 +21,16 @@ addons:
21
- gettext
22
- libtool
23
24
-before_install:
+install:
25
- sudo add-apt-repository ppa:kzemek/boost -y
26
- sudo add-apt-repository ppa:george-edison55/cmake-3.x -y
27
- sudo apt-get update -q
28
- sudo apt-get install libboost1.58-dev cmake -y
29
- sudo update-alternatives --install /usr/bin/gcc gcc /usr/bin/gcc-6 1 --slave /usr/bin/g++ g++ /usr/bin/g++-6
30
- sudo update-alternatives --set gcc /usr/bin/gcc-6
31
+
32
+before_script:
33
- mkdir build && cd build && cmake ..
34
-install:
35
+script:
36
- make
0 commit comments