Further improvements for compilation (Ubuntu)

This commit is contained in:
Alessandro Ranellucci
2015-11-19 15:30:27 +01:00
parent e48a0fe022
commit 1378562e63
2 changed files with 28 additions and 16 deletions

View File

@@ -10,5 +10,6 @@ branches:
- master
- stable
before_script:
- sudo add-apt-repository ppa:boost-latest/ppa
- sudo apt-get update -qq
- sudo apt-get install libboost-thread-dev libboost-system-dev
- sudo apt-get install libboost-thread1.55-dev libboost-system1.55-dev