Specific version of boost
This commit is contained in:
parent
ba9d1e59af
commit
1fe91ca2dc
1 changed files with 1 additions and 1 deletions
|
@ -25,7 +25,7 @@ install:
|
||||||
# Getting newest boost
|
# Getting newest boost
|
||||||
- sudo add-apt-repository -y ppa:boost-latest/ppa
|
- sudo add-apt-repository -y ppa:boost-latest/ppa
|
||||||
- sudo apt-get update
|
- sudo apt-get update
|
||||||
- sudo apt-get install libboost-all-dev
|
- sudo apt-get install libboost1.55-all-dev
|
||||||
|
|
||||||
before_script:
|
before_script:
|
||||||
- git clone https://github.com/Itseez/opencv.git
|
- git clone https://github.com/Itseez/opencv.git
|
||||||
|
|
Loading…
Reference in a new issue