Skip to content

Commit

Permalink
Coverage path inside travis build path
Browse files Browse the repository at this point in the history
  • Loading branch information
hyades committed Jan 5, 2015
1 parent 57e083c commit 13a5503
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .travis-run.sh
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
#! /bin/bash -ex

export GCOV_PREFIX=$HOME/gst-switch-coverage
export GCOV_PREFIX=$TRAVIS_BUILD_DIR/gst-switch-coverage
case $TEST in
python-api )
cd python-api
Expand Down
4 changes: 2 additions & 2 deletions .travis-setup.sh
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,6 @@ else
sudo pip install python-coveralls --upgrade
fi

export GCOV_PREFIX=$HOME/gst-switch-coverage
export GCOV_PREFIX=$TRAVIS_BUILD_DIR/gst-switch-coverage
./autogen.sh
make
make

0 comments on commit 13a5503

Please sign in to comment.