Skip to content

Commit 7282c97

Browse files
author
Clement Champetier
committed
Travis: rename install directory
1 parent ec74aa3 commit 7282c97

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

.travis.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ script:
2525
# Build
2626
- mkdir build
2727
- cd build
28-
- cmake .. -DCMAKE_INSTALL_PREFIX=`pwd`/dist
28+
- cmake .. -DCMAKE_INSTALL_PREFIX=`pwd`/install
2929
- make install
3030
# Launch tests
3131
- if [ "${TRAVIS_OS_NAME}" = "linux" && "${DEPENDENCY_MODE}" = "ffmpeg" ]; then ./../tools/travis.python.nosetests.sh; fi

tools/travis.python.nosetests.sh

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,10 @@
11
#!/bin/bash
22

33
# Get avtranscoder library
4-
export PYTHONPATH=`pwd`/build/dist/lib/python2.7.6/site-packages/:$PYTHONPATH
4+
export PYTHONPATH=`pwd`/build/install/lib/python2.7.6/site-packages/:$PYTHONPATH
55

66
# Get avtranscoder profiles
7-
export AVPROFILES=`pwd`/build/dist/share/ressource
7+
export AVPROFILES=`pwd`/build/install/share/ressource
88

99
# Get assets
1010
git clone https://github.com/avTranscoder/avTranscoder-data.git

0 commit comments

Comments
 (0)