File tree 1 file changed +2
-3
lines changed
1 file changed +2
-3
lines changed Original file line number Diff line number Diff line change @@ -40,7 +40,6 @@ matrix:
40
40
41
41
before_install : |
42
42
if [[ "$TRAVIS_OS_NAME" == "linux" ]]; then
43
- set -x
44
43
sudo apt-get install apt-transport-https ca-certificates dirmngr
45
44
sudo apt-key adv --keyserver hkp://keyserver.ubuntu.com:80 --recv E0C56BD4
46
45
echo "deb https://repo.clickhouse.tech/deb/stable/ main/" | sudo tee \
@@ -59,6 +58,6 @@ script: |
59
58
if [[ "$TRAVIS_OS_NAME" == "linux" ]]; then ./ut/clickhouse-cpp-ut ; fi
60
59
if [[ "$TRAVIS_OS_NAME" == "osx" ]]; then ./ut/clickhouse-cpp-ut --gtest_filter=-"Client/*:*Performance*" ; fi
61
60
# Test clients that do not have absl in the system still can be built
62
- cmake --build . --target install . && cmake --build . --target clean
63
- cd ./tests/simple && mkdir build && cd ./build
61
+ cmake --install . && cmake --build . --target clean
62
+ cd .. /tests/simple && mkdir build && cd ./build
64
63
cmake .. -DBUILD_SAMPLE_WITH_INT128=ON -DCMAKE_CXX_STANDARD=17 -DCMAKE_CXX_STANDARD_REQUIRED=ON && cmake --build . --target all
You can’t perform that action at this time.
0 commit comments