Corrections for travis, only Ubuntu for now.
This commit is contained in:
parent
8bcbd25571
commit
3fff26dd4a
1 changed files with 1 additions and 2 deletions
|
@ -12,7 +12,6 @@ compiler:
|
||||||
|
|
||||||
os:
|
os:
|
||||||
- linux
|
- linux
|
||||||
- osx
|
|
||||||
|
|
||||||
before_install:
|
before_install:
|
||||||
- sudo apt-get update
|
- sudo apt-get update
|
||||||
|
@ -21,7 +20,7 @@ before_install:
|
||||||
install:
|
install:
|
||||||
- sudo apt-get install git libgtk2.0-dev pkg-config libavcodec-dev libavformat-dev libswscale-dev
|
- sudo apt-get install git libgtk2.0-dev pkg-config libavcodec-dev libavformat-dev libswscale-dev
|
||||||
- sudo apt-get install python-dev python-numpy libtbb2 libtbb-dev libjpeg-dev libpng-dev libtiff-dev libjasper-dev libdc1394-22-dev checkinstall
|
- sudo apt-get install python-dev python-numpy libtbb2 libtbb-dev libjpeg-dev libpng-dev libtiff-dev libjasper-dev libdc1394-22-dev checkinstall
|
||||||
- sudo apt-get install libboost1.55-all-dev
|
- sudo apt-get install libboost-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