Skip to content

Commit 65d6304

Browse files
committed
bears/c_languages: Add ArtisticStyleBear
Closes #388
1 parent 1d31827 commit 65d6304

File tree

3 files changed

+1106
-0
lines changed

3 files changed

+1106
-0
lines changed

.ci/deps.sh

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -55,3 +55,9 @@ if [ ! -e ~/phpmd/phpmd ]; then
5555
sudo chmod +x phpmd.phar
5656
sudo mv phpmd.phar ~/phpmd/phpmd
5757
fi
58+
59+
# astyle installation
60+
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
61+
tar -xvzf ~/astyle.tar.gz -C ~/
62+
make -C ~/astyle/build/gcc
63+
sudo make install -C ~/astyle/build/gcc

0 commit comments

Comments
 (0)