mirror of
https://github.com/boostorg/metaparse.git
synced 2026-07-21 13:23:39 +00:00
Stop using the build directory in Travis CI and Appveyor
This commit is contained in:
+5
-2
@@ -145,9 +145,12 @@ script:
|
||||
- git add -N .
|
||||
- git diff --exit-code
|
||||
- echo "Building the unit tests and the examples"
|
||||
- cd build
|
||||
- cd test
|
||||
- ../../../b2 -d+2 ${CXXFLAGS}
|
||||
- sed -i 's/#include <boost\/metaparse\/[^/]*\.hpp>/#include <boost\/metaparse.hpp>/' ../test/*.?pp
|
||||
- sed -i 's/#include <boost\/metaparse\/[^/]*\.hpp>/#include <boost\/metaparse.hpp>/' *.?pp
|
||||
- ../../../b2 -d+2 ${CXXFLAGS}
|
||||
- cd ..
|
||||
- cd example
|
||||
- ../../../b2 -d+2 ${CXXFLAGS}
|
||||
- cd ..
|
||||
- echo "Generating the documentation"
|
||||
|
||||
+4
-1
@@ -18,5 +18,8 @@ build_script:
|
||||
- ..\..\..\b2 -d+2
|
||||
- cd ..\..
|
||||
- cd metaparse
|
||||
- cd build
|
||||
- cd test
|
||||
- ..\..\..\b2 -d+2
|
||||
- cd ..
|
||||
- cd example
|
||||
- ..\..\..\b2 -d+2
|
||||
|
||||
Reference in New Issue
Block a user