Skip to content

Commit be5225e

Browse files
committed
.travis.yml debug
1 parent ac8067a commit be5225e

File tree

1 file changed

+0
-7
lines changed

1 file changed

+0
-7
lines changed

.travis.yml

Lines changed: 0 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -20,10 +20,8 @@ before_install:
2020
- sudo apt-get -qq update
2121
- sudo apt-get install gcc-4.8 -y -qq
2222
- sudo apt-get install g++-4.8 -y -qq
23-
- pwd
2423

2524
install:
26-
- pwd
2725
# OpenCV dependencies - Details available at: http://docs.opencv.org/trunk/doc/tutorials/introduction/linux_install/linux_install.html
2826
- sudo apt-get install -y build-essential
2927
# Install cmake
@@ -49,7 +47,6 @@ install:
4947
- cd opencv_contrib
5048
- git checkout 3.3.0-rc
5149
- cd ..
52-
- pwd
5350

5451
# Download OpenCV v3.3.0-rc
5552
- git clone https://github.com/opencv/opencv.git
@@ -59,7 +56,6 @@ install:
5956
# Create a new 'build' folder.
6057
- mkdir build
6158
- cd build
62-
- pwd
6359

6460
# Set build instructions for Ubuntu distro.
6561
- cmake -D CMAKE_BUILD_TYPE=RELEASE -D CMAKE_INSTALL_PREFIX=/usr/local -D WITH_TBB=ON -D BUILD_NEW_PYTHON_SUPPORT=ON -D WITH_V4L=ON -D INSTALL_C_EXAMPLES=ON -D INSTALL_PYTHON_EXAMPLES=ON -D BUILD_EXAMPLES=ON -D WITH_QT=ON -D WITH_OPENGL=ON -D OPENCV_EXTRA_MODULES_PATH=../../opencv_contrib/modules ..
@@ -76,7 +72,6 @@ install:
7672

7773
# We need to return to the repo "root" folder, so we can then 'cd' into the C++ project folder.
7874
- cd ../../
79-
- pwd
8075

8176
#addons:
8277
# apt:
@@ -88,8 +83,6 @@ install:
8883

8984
#Compile
9085
before_script:
91-
- pwd
92-
- ls -a -l
9386
- ./travis/compile.sh
9487

9588
script:

0 commit comments

Comments
 (0)