Skip to content

Commit

Permalink
Newer version of cmake doesn't need ln hack.
Browse files Browse the repository at this point in the history
  • Loading branch information
benmwebb committed Sep 27, 2016
1 parent b9b3dcb commit 45e7ba7
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,6 @@ script:
- 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"
- make
- ln -sf __mdt.so pyext/_mdt.so
- ctest --output-on-failure
after_success:
- (cd coverage && coverage combine && mv .coverage ..)
Expand Down

0 comments on commit 45e7ba7

Please sign in to comment.