File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -25,7 +25,7 @@ script:
25
25
# Build
26
26
- mkdir build
27
27
- cd build
28
- - cmake .. -DCMAKE_INSTALL_PREFIX=`pwd`/dist
28
+ - cmake .. -DCMAKE_INSTALL_PREFIX=`pwd`/install
29
29
- make install
30
30
# Launch tests
31
31
- if [ "${TRAVIS_OS_NAME}" = "linux" && "${DEPENDENCY_MODE}" = "ffmpeg" ]; then ./../tools/travis.python.nosetests.sh; fi
Original file line number Diff line number Diff line change 1
1
#! /bin/bash
2
2
3
3
# 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
5
5
6
6
# Get avtranscoder profiles
7
- export AVPROFILES=` pwd` /build/dist /share/ressource
7
+ export AVPROFILES=` pwd` /build/install /share/ressource
8
8
9
9
# Get assets
10
10
git clone https://github.com/avTranscoder/avTranscoder-data.git
You can’t perform that action at this time.
0 commit comments