Skip to content
Snippets Groups Projects
Commit 77936667 authored by Konstantinos Sideris's avatar Konstantinos Sideris
Browse files

Add missing clang-format

parent e0a3d5fa
No related branches found
No related tags found
No related merge requests found
......@@ -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
......@@ -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
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment