File tree 1 file changed +4
-4
lines changed
1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change 3
3
# file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt)
4
4
#
5
5
# Copyright Rene Rivera 2015-2016.
6
- # Copyright Peter Dimov 2017.
6
+ # Copyright Peter Dimov 2017-2021 .
7
7
8
8
branches :
9
9
only :
@@ -78,7 +78,7 @@ matrix:
78
78
79
79
script :
80
80
- mkdir __build && cd __build
81
- - cmake -DBOOST_ENABLE_CMAKE=ON - DBOOST_INSTALL_LAYOUT=tagged -DBUILD_SHARED_LIBS=ON -DBUILD_TESTING=OFF ..
81
+ - cmake -DBOOST_INSTALL_LAYOUT=tagged -DBUILD_SHARED_LIBS=ON ..
82
82
- cmake --build .
83
83
84
84
# Install Boost with CMake
@@ -97,7 +97,7 @@ matrix:
97
97
98
98
script :
99
99
- mkdir __build && cd __build
100
- - cmake -DBOOST_ENABLE_CMAKE=ON - DBOOST_INSTALL_LAYOUT=tagged -DBUILD_SHARED_LIBS=ON -DBUILD_TESTING=OFF -DCMAKE_INSTALL_PREFIX=~/.local ..
100
+ - cmake -DBOOST_INSTALL_LAYOUT=tagged -DBUILD_SHARED_LIBS=ON -DCMAKE_INSTALL_PREFIX=~/.local ..
101
101
- cmake --build .
102
102
- cmake --build . --target install
103
103
@@ -123,7 +123,7 @@ matrix:
123
123
124
124
script :
125
125
- mkdir __build && cd __build
126
- - cmake -DBOOST_ENABLE_CMAKE=ON - DBUILD_TESTING=ON ..
126
+ - cmake -DBUILD_TESTING=ON ..
127
127
- cmake --build . -j 3
128
128
- cmake --build . --target tests -j 3 -- -k
129
129
- ctest --output-on-failure -j 3 -R quick
You can’t perform that action at this time.
0 commit comments