mirror of
https://github.com/boostorg/regex.git
synced 2025-07-30 04:27:22 +02:00
Update .travis.yml
This commit is contained in:
24
.travis.yml
24
.travis.yml
@ -4,18 +4,11 @@
|
|||||||
|
|
||||||
language: cpp
|
language: cpp
|
||||||
|
|
||||||
sudo: false
|
|
||||||
|
|
||||||
python: "2.7"
|
|
||||||
|
|
||||||
os:
|
|
||||||
- linux
|
|
||||||
- osx
|
|
||||||
|
|
||||||
branches:
|
branches:
|
||||||
only:
|
only:
|
||||||
- master
|
- master
|
||||||
- develop
|
- develop
|
||||||
|
- /feature\/.*/
|
||||||
|
|
||||||
env:
|
env:
|
||||||
matrix:
|
matrix:
|
||||||
@ -30,25 +23,15 @@ matrix:
|
|||||||
- os: linux
|
- os: linux
|
||||||
env: TEST_CMAKE=true # variables unused - just for identification in travis ci gui
|
env: TEST_CMAKE=true # variables unused - just for identification in travis ci gui
|
||||||
script:
|
script:
|
||||||
- git submodule update --init tools/cmake
|
|
||||||
- git submodule update --init libs/conversion
|
|
||||||
- git submodule update --init libs/function_types
|
|
||||||
- git submodule update --init libs/fusion
|
|
||||||
- git submodule update --init libs/typeof
|
|
||||||
- mkdir __build__ && cd __build__
|
- mkdir __build__ && cd __build__
|
||||||
- cmake .. -DBOOST_ENABLE_CMAKE=ON -DBOOST_REGEX_INCLUDE_EXAMPLES=ON
|
- cmake .. -DBOOST_ENABLE_CMAKE=ON -DBOOST_INCLUDE_LIBRARIES=regex -DBOOST_REGEX_INCLUDE_EXAMPLES=ON
|
||||||
- cmake --build .
|
- cmake --build .
|
||||||
|
|
||||||
- os: linux
|
- os: linux
|
||||||
env: TEST_CMAKE=true BUILD_SHARED_LIBS=On # variables unused - just for identification in travis ci gui
|
env: TEST_CMAKE=true BUILD_SHARED_LIBS=On # variables unused - just for identification in travis ci gui
|
||||||
script:
|
script:
|
||||||
- git submodule update --init tools/cmake
|
|
||||||
- git submodule update --init libs/conversion
|
|
||||||
- git submodule update --init libs/function_types
|
|
||||||
- git submodule update --init libs/fusion
|
|
||||||
- git submodule update --init libs/typeof
|
|
||||||
- mkdir __build__ && cd __build__
|
- mkdir __build__ && cd __build__
|
||||||
- cmake .. -DBUILD_SHARED_LIBS=ON -DBOOST_ENABLE_CMAKE=ON -DBOOST_REGEX_INCLUDE_EXAMPLES=ON
|
- cmake .. -DBUILD_SHARED_LIBS=ON -DBOOST_ENABLE_CMAKE=ON -DBOOST_INCLUDE_LIBRARIES=regex -DBOOST_REGEX_INCLUDE_EXAMPLES=ON
|
||||||
- cmake --build .
|
- cmake --build .
|
||||||
|
|
||||||
- os: linux
|
- os: linux
|
||||||
@ -275,6 +258,7 @@ install:
|
|||||||
- cd boost-root
|
- cd boost-root
|
||||||
- git submodule update --init tools/build
|
- git submodule update --init tools/build
|
||||||
- git submodule update --init tools/boost_install
|
- git submodule update --init tools/boost_install
|
||||||
|
- git submodule update --init tools/cmake
|
||||||
- git submodule update --init libs/headers
|
- git submodule update --init libs/headers
|
||||||
- git submodule update --init libs/config
|
- git submodule update --init libs/config
|
||||||
- git submodule update --init libs/core
|
- git submodule update --init libs/core
|
||||||
|
Reference in New Issue
Block a user