Delete the duplicated headers from parameter/ in .travis.yml

This commit is contained in:
Peter Dimov
2018-10-14 18:24:11 +03:00
parent 79a717c8e9
commit 2161ba7c24

View File

@@ -121,7 +121,9 @@ install:
- git submodule update --init tools/boostdep
- mkdir -p libs/parameter_python
- cp -r $TRAVIS_BUILD_DIR/* libs/parameter_python
- python tools/boostdep/depinst/depinst.py parameter
- python tools/boostdep/depinst/depinst.py parameter_python
- rm libs/parameter/include/boost/parameter/python.hpp
- rm -rf libs/parameter/include/boost/parameter/aux_/python
- ./bootstrap.sh
- ./b2 headers