gxx version check

This commit is contained in:
Dustin Bensing 2014-01-22 01:23:13 +01:00
parent ea39c86390
commit fa4ed364a9
1 changed files with 2 additions and 0 deletions

View File

@ -6,6 +6,8 @@ before_install:
- if [ "$CXX" = "g++" ]; then sudo apt-get install -qq g++-4.8; fi
- if [ "$CXX" = "g++" ]; then export CXX="g++-4.8" CC="gcc-4.8"; fi
script:
- g++ --version
- gcc --version
- qmake -qt=qt5 -v
- qmake -qt=qt5 XInputSimulator/
- make