mirror of
https://github.com/irungentoo/toxcore.git
synced 2024-03-22 13:30:51 +08:00
bump to astyle-3.1 in travis build
This commit is contained in:
parent
e618829112
commit
2dc639a8a4
|
@ -36,7 +36,7 @@ travis_install() {
|
||||||
|
|
||||||
# Install astyle (version in ubuntu-precise too old).
|
# Install astyle (version in ubuntu-precise too old).
|
||||||
[ -f "$ASTYLE" ] || {
|
[ -f "$ASTYLE" ] || {
|
||||||
wget -O ../astyle.tar.gz https://deb.debian.org/debian/pool/main/a/astyle/astyle_2.06.orig.tar.gz
|
wget -O ../astyle.tar.gz https://deb.debian.org/debian/pool/main/a/astyle/astyle_3.1.orig.tar.gz
|
||||||
tar -xf ../astyle.tar.gz -C "$CACHEDIR"
|
tar -xf ../astyle.tar.gz -C "$CACHEDIR"
|
||||||
make -C "$CACHEDIR/astyle/build/gcc" "-j$NPROC"
|
make -C "$CACHEDIR/astyle/build/gcc" "-j$NPROC"
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue
Block a user