Skip to content

Commit

Permalink
bears/c_languages: Add ArtisticStyleBear
Browse files Browse the repository at this point in the history
Closes coala#388
  • Loading branch information
yash-nisar authored and umeshksingla committed Sep 2, 2017
1 parent c4d098b commit 99e55e3
Show file tree
Hide file tree
Showing 3 changed files with 1,106 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .ci/deps.sh
Expand Up @@ -55,3 +55,9 @@ if [ ! -e ~/phpmd/phpmd ]; then
sudo chmod +x phpmd.phar
sudo mv phpmd.phar ~/phpmd/phpmd
fi

# astyle installation
wget "https://downloads.sourceforge.net/project/astyle/astyle/astyle%203.0.1/astyle_3.0.1_linux.tar.gz?r=&ts=1499017588&use_mirror=excellmedia" -O ~/astyle.tar.gz
tar -xvzf ~/astyle.tar.gz -C ~/
make -C ~/astyle/build/gcc
sudo make install -C ~/astyle/build/gcc

0 comments on commit 99e55e3

Please sign in to comment.