Skip to content

Commit

Permalink
Fixed path to the sample test program to build
Browse files Browse the repository at this point in the history
  • Loading branch information
Enmk committed Apr 16, 2021
1 parent 9264859 commit b6babe9
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,6 @@ matrix:

before_install: |
if [[ "$TRAVIS_OS_NAME" == "linux" ]]; then
set -x
sudo apt-get install apt-transport-https ca-certificates dirmngr
sudo apt-key adv --keyserver hkp://keyserver.ubuntu.com:80 --recv E0C56BD4
echo "deb https://repo.clickhouse.tech/deb/stable/ main/" | sudo tee \
Expand All @@ -60,5 +59,5 @@ script: |
if [[ "$TRAVIS_OS_NAME" == "osx" ]]; then ./ut/clickhouse-cpp-ut --gtest_filter=-"Client/*:*Performance*" ; fi
# Test clients that do not have absl in the system still can be built
cmake --build . --target install . && cmake --build . --target clean
cd ./tests/simple && mkdir build && cd ./build
cd ../tests/simple && mkdir build && cd ./build
cmake .. -DBUILD_SAMPLE_WITH_INT128=ON -DCMAKE_CXX_STANDARD=17 -DCMAKE_CXX_STANDARD_REQUIRED=ON && cmake --build . --target all

0 comments on commit b6babe9

Please sign in to comment.