Skip to content

Commit

Permalink
Updated Travis configuration
Browse files Browse the repository at this point in the history
  • Loading branch information
GamePad64 committed Oct 19, 2014
1 parent cc880a0 commit 2e554bc
Showing 1 changed file with 2 additions and 5 deletions.
7 changes: 2 additions & 5 deletions .travis.yml
@@ -1,23 +1,20 @@
language: cpp
compiler:
- gcc
- clang
# - clang
install:
- sudo apt-add-repository -y ppa:ubuntu-toolchain-r/test
- sudo apt-add-repository -y ppa:boost-latest/ppa
- sudo apt-add-repository -y "deb http://llvm.org/apt/precise/ llvm-toolchain-precise main"
- wget -O - http://llvm.org/apt/llvm-snapshot.gpg.key|sudo apt-key add -
-
- sudo apt-get update
- sudo apt-get install clang-3.6 libboost1.54 g++-4.8 gcc-4.8 build-essential libgtest-dev protobuf-compiler libprotobuf-dev
- sudo apt-get install clang-3.4 libboost1.54 g++-4.8 gcc-4.8 build-essential libgtest-dev protobuf-compiler libprotobuf-dev
- sudo update-alternatives --install /usr/bin/gcc gcc /usr/bin/gcc-4.8 80 --slave /usr/bin/g++ g++ /usr/bin/g++-4.8
-
- wget -O botan-1.11_amd64.deb https://dl.dropboxusercontent.com/u/2310050/p2pnet/botan-1.11_amd64.deb
- sudo dpkg -i botan-1.11_amd64.deb
script:
- cmake .
- make
- make install
branches:
only:
- master
Expand Down

0 comments on commit 2e554bc

Please sign in to comment.