mirror of
https://github.com/boostorg/boost.git
synced 2025-04-04 13:05:00 +00:00
Update .travis.yml
This commit is contained in:
parent
b9ed7a8778
commit
fef467677c
1 changed files with 4 additions and 4 deletions
|
@ -3,7 +3,7 @@
|
||||||
# file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt)
|
# file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt)
|
||||||
#
|
#
|
||||||
# Copyright Rene Rivera 2015-2016.
|
# Copyright Rene Rivera 2015-2016.
|
||||||
# Copyright Peter Dimov 2017.
|
# Copyright Peter Dimov 2017-2021.
|
||||||
|
|
||||||
branches:
|
branches:
|
||||||
only:
|
only:
|
||||||
|
@ -78,7 +78,7 @@ matrix:
|
||||||
|
|
||||||
script:
|
script:
|
||||||
- mkdir __build && cd __build
|
- mkdir __build && cd __build
|
||||||
- cmake -DBOOST_ENABLE_CMAKE=ON -DBOOST_INSTALL_LAYOUT=tagged -DBUILD_SHARED_LIBS=ON -DBUILD_TESTING=OFF ..
|
- cmake -DBOOST_INSTALL_LAYOUT=tagged -DBUILD_SHARED_LIBS=ON ..
|
||||||
- cmake --build .
|
- cmake --build .
|
||||||
|
|
||||||
# Install Boost with CMake
|
# Install Boost with CMake
|
||||||
|
@ -97,7 +97,7 @@ matrix:
|
||||||
|
|
||||||
script:
|
script:
|
||||||
- mkdir __build && cd __build
|
- mkdir __build && cd __build
|
||||||
- cmake -DBOOST_ENABLE_CMAKE=ON -DBOOST_INSTALL_LAYOUT=tagged -DBUILD_SHARED_LIBS=ON -DBUILD_TESTING=OFF -DCMAKE_INSTALL_PREFIX=~/.local ..
|
- cmake -DBOOST_INSTALL_LAYOUT=tagged -DBUILD_SHARED_LIBS=ON -DCMAKE_INSTALL_PREFIX=~/.local ..
|
||||||
- cmake --build .
|
- cmake --build .
|
||||||
- cmake --build . --target install
|
- cmake --build . --target install
|
||||||
|
|
||||||
|
@ -123,7 +123,7 @@ matrix:
|
||||||
|
|
||||||
script:
|
script:
|
||||||
- mkdir __build && cd __build
|
- mkdir __build && cd __build
|
||||||
- cmake -DBOOST_ENABLE_CMAKE=ON -DBUILD_TESTING=ON ..
|
- cmake -DBUILD_TESTING=ON ..
|
||||||
- cmake --build . -j 3
|
- cmake --build . -j 3
|
||||||
- cmake --build . --target tests -j 3 -- -k
|
- cmake --build . --target tests -j 3 -- -k
|
||||||
- ctest --output-on-failure -j 3 -R quick
|
- ctest --output-on-failure -j 3 -R quick
|
||||||
|
|
Loading…
Add table
Reference in a new issue