mirror of
https://github.com/status-im/snorenotify.git
synced 2025-02-17 19:06:47 +00:00
Try gcc 4.8 on travis.
This commit is contained in:
parent
096b554a9c
commit
f662c36829
@ -21,9 +21,9 @@ before_install: |-
|
|||||||
source /opt/qt53/bin/qt53-env.sh
|
source /opt/qt53/bin/qt53-env.sh
|
||||||
if [ "$CXX" = "g++" ]
|
if [ "$CXX" = "g++" ]
|
||||||
then
|
then
|
||||||
sudo apt-get install -q gcc-4.7 g++-4.7
|
sudo apt-get install -q gcc-4.8 g++-4.8
|
||||||
export CXX="g++-4.7"
|
export CXX="g++-4.8"
|
||||||
export CC="gcc-4.7"
|
export CC="gcc-4.8"
|
||||||
fi
|
fi
|
||||||
fi
|
fi
|
||||||
mkdir -p ~/git
|
mkdir -p ~/git
|
||||||
|
Loading…
x
Reference in New Issue
Block a user