Skip to content

Commit

Permalink
Update .travis.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
pdimov committed Jun 11, 2021
1 parent b9ed7a8 commit fef4676
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
# file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt)
#
# Copyright Rene Rivera 2015-2016.
# Copyright Peter Dimov 2017.
# Copyright Peter Dimov 2017-2021.

branches:
only:
Expand Down Expand Up @@ -78,7 +78,7 @@ matrix:

script:
- 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 .

# Install Boost with CMake
Expand All @@ -97,7 +97,7 @@ matrix:

script:
- 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 . --target install

Expand All @@ -123,7 +123,7 @@ matrix:

script:
- mkdir __build && cd __build
- cmake -DBOOST_ENABLE_CMAKE=ON -DBUILD_TESTING=ON ..
- cmake -DBUILD_TESTING=ON ..
- cmake --build . -j 3
- cmake --build . --target tests -j 3 -- -k
- ctest --output-on-failure -j 3 -R quick
Expand Down

0 comments on commit fef4676

Please sign in to comment.