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 committed Jul 21, 2017
1 parent 1d31827 commit 65d6304
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
Original file line number Diff line number Diff line change
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
Loading

0 comments on commit 65d6304

Please sign in to comment.