travis: maybe fix cmake gcc

This commit is contained in:
Colin Dellow 2018-07-05 09:01:56 -04:00
parent b4bf732eb1
commit f87d823607
1 changed files with 5 additions and 0 deletions

View File

@ -1,6 +1,11 @@
#!/bin/bash #!/bin/bash
set -euo pipefail set -euo pipefail
echo "CC is ${CC:-unknown}"
echo "CXX is ${CXX:-unknown}"
export CC=gcc
export CXX=g++
sudo apt-get install software-properties-common sudo apt-get install software-properties-common
sudo add-apt-repository --yes ppa:george-edison55/cmake-3.x sudo add-apt-repository --yes ppa:george-edison55/cmake-3.x
sudo apt-get update sudo apt-get update