Skip to content

Commit

Permalink
Avoid confusion between scons and cmake config.h.
Browse files Browse the repository at this point in the history
  • Loading branch information
benmwebb committed Sep 27, 2016
1 parent 45e7ba7 commit 92d7c5d
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,7 @@ script:
- PYTHON_INC=$(echo $(dirname $(which python))/../include/*/)
- PYTHON_LIB=$(echo /opt/python/${TRAVIS_PYTHON_VERSION}.*/lib/libpython${TRAVIS_PYTHON_VERSION}*.so)
- PYTHONPATH=`pwd`/coverage cmake .. -DCMAKE_BUILD_TYPE=Debug -DPYTHON_INCLUDE_DIR=$PYTHON_INC -DPYTHON_LIBRARY=$PYTHON_LIB -DCMAKE_C_FLAGS="-fprofile-arcs -ftest-coverage"
- rm ../src/mdt_config.h
- make
- ctest --output-on-failure
after_success:
Expand Down

0 comments on commit 92d7c5d

Please sign in to comment.