From 46c2aa9bf7f28d7b832b6ab6fbf0f1cbcc8fb656 Mon Sep 17 00:00:00 2001 From: Roman Yurchak Date: Tue, 28 Aug 2018 15:10:55 +0300 Subject: [PATCH] Fix clang-format linting --- .circleci/config.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.circleci/config.yml b/.circleci/config.yml index 96e6b42a1..f5ccd8a0d 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -19,11 +19,12 @@ jobs: # Set up the Debian testing repo, and then install g++ from there... sudo bash -c "echo \"deb http://ftp.us.debian.org/debian testing main contrib non-free\" >> /etc/apt/sources.list" sudo apt-get update - sudo apt-get install node-less cmake build-essential flake8 uglifyjs python3-yaml chromium ccache + sudo apt-get install node-less cmake build-essential clang-format-6.0 flake8 uglifyjs python3-yaml chromium ccache sudo apt-get install -t testing g++-8 sudo update-alternatives --install /usr/bin/gcc gcc /usr/bin/gcc-6 60 --slave /usr/bin/g++ g++ /usr/bin/g++-6 sudo update-alternatives --install /usr/bin/gcc gcc /usr/bin/gcc-8 80 --slave /usr/bin/g++ g++ /usr/bin/g++-8 sudo update-alternatives --set gcc /usr/bin/gcc-8 + sudo ln -s /usr/bin/clang-format-6.0 /usr/bin/clang-format sudo pip install virtualenv @@ -44,7 +45,6 @@ jobs: unzip chromedriver_linux64.zip mv chromedriver firefox - - run: name: lint command: |