mirror of
https://github.com/boostorg/preprocessor.git
synced 2025-06-25 20:12:01 +02:00
Compare commits
23 Commits
boost-1.79
...
develop
Author | SHA1 | Date | |
---|---|---|---|
69614bb1da | |||
24abbdc906 | |||
45178c3cc5 | |||
229f654b59 | |||
b49e14231f | |||
5e17804af2 | |||
ae5e475169 | |||
2c20e742a1 | |||
e4fb5f4866 | |||
e4ce0f06f5 | |||
ffb27a1d56 | |||
e7256313c4 | |||
6db241a78d | |||
291f92696d | |||
6af29d8b77 | |||
d135cad759 | |||
56090c56b5 | |||
39175c471f | |||
50ffeeee8b | |||
b19e4deacb | |||
a6275942f3 | |||
075a3a02c8 | |||
c2beb74b90 |
@ -302,8 +302,9 @@ matrix:
|
|||||||
env: CMAKE_TEST=1
|
env: CMAKE_TEST=1
|
||||||
script:
|
script:
|
||||||
- mkdir __build__ && cd __build__
|
- mkdir __build__ && cd __build__
|
||||||
- cmake -DBOOST_ENABLE_CMAKE=1 -DBoost_VERBOSE=1 -DBOOST_INCLUDE_LIBRARIES=preprocessor ..
|
- cmake -DBUILD_TESTING=ON -DBOOST_INCLUDE_LIBRARIES=preprocessor ..
|
||||||
- ctest --output-on-failure -R boost_preprocessor
|
- cmake --build . --target tests
|
||||||
|
- ctest --output-on-failure
|
||||||
|
|
||||||
- os: linux
|
- os: linux
|
||||||
env: CMAKE_SUBDIR_TEST=1
|
env: CMAKE_SUBDIR_TEST=1
|
||||||
@ -317,8 +318,9 @@ matrix:
|
|||||||
- os: linux
|
- os: linux
|
||||||
env: CMAKE_INSTALL_TEST=1
|
env: CMAKE_INSTALL_TEST=1
|
||||||
script:
|
script:
|
||||||
|
- pip install --user cmake
|
||||||
- mkdir __build__ && cd __build__
|
- mkdir __build__ && cd __build__
|
||||||
- cmake -DBOOST_ENABLE_CMAKE=1 -DBoost_VERBOSE=1 -DBOOST_INCLUDE_LIBRARIES=preprocessor -DCMAKE_INSTALL_PREFIX=~/.local ..
|
- cmake -DBOOST_INCLUDE_LIBRARIES=preprocessor -DCMAKE_INSTALL_PREFIX=~/.local ..
|
||||||
- cmake --build . --target install
|
- cmake --build . --target install
|
||||||
- cd ../libs/preprocessor/test/cmake_install_test && mkdir __build__ && cd __build__
|
- cd ../libs/preprocessor/test/cmake_install_test && mkdir __build__ && cd __build__
|
||||||
- cmake -DCMAKE_INSTALL_PREFIX=~/.local ..
|
- cmake -DCMAKE_INSTALL_PREFIX=~/.local ..
|
||||||
|
@ -11,13 +11,6 @@ add_library(Boost::preprocessor ALIAS boost_preprocessor)
|
|||||||
|
|
||||||
target_include_directories(boost_preprocessor INTERFACE include)
|
target_include_directories(boost_preprocessor INTERFACE include)
|
||||||
|
|
||||||
if(BOOST_SUPERPROJECT_VERSION)
|
|
||||||
|
|
||||||
include(BoostInstall)
|
|
||||||
boost_install(TARGETS boost_preprocessor HEADER_DIRECTORY include/)
|
|
||||||
|
|
||||||
endif()
|
|
||||||
|
|
||||||
if(BUILD_TESTING)
|
if(BUILD_TESTING)
|
||||||
|
|
||||||
add_subdirectory(test)
|
add_subdirectory(test)
|
||||||
|
Reference in New Issue
Block a user