From 77936667b3811c1bf57e50f69f69e18b78450ad7 Mon Sep 17 00:00:00 2001 From: Konstantinos Sideris <sideris.konstantin@gmail.com> Date: Sat, 29 Sep 2018 22:31:46 +0300 Subject: [PATCH] Add missing clang-format --- .ci/install.sh | 2 +- .travis.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.ci/install.sh b/.ci/install.sh index 7a70d8753..6215d94a9 100755 --- a/.ci/install.sh +++ b/.ci/install.sh @@ -5,5 +5,5 @@ set -ex if [ $TRAVIS_OS_NAME == osx ]; then brew update || true brew upgrade boost || true - brew install libsodium + brew install libsodium clang-format fi diff --git a/.travis.yml b/.travis.yml index 3c2fa9e8b..31abe8f99 100644 --- a/.travis.yml +++ b/.travis.yml @@ -61,6 +61,6 @@ after_success: if [ $COVERAGE == ON ]; then docker run -v `pwd`:/build \ --net=host mujx/mtxclient-dev:0.1.0 \ - /bin/bash -c "cmake --build build --target test_coverage && ./.ci/coverage.sh" && \ + /bin/bash -c "make -C build -j1 test_coverage && ./.ci/coverage.sh" && \ bash <(curl -s https://codecov.io/bash) -f "!*tests*" || echo "Codecov failed" fi -- GitLab