athena/.travis.yml

18 lines
494 B
YAML
Raw Normal View History

2014-04-20 09:14:15 +00:00
compiler:
- gcc-4.8
before_install:
- sudo add-apt-repository --yes ppa:ubuntu-sdk-team/ppa
- sudo add-apt-repository --yes ppa:ubuntu-toolchain-r/test
- sudo apt-get update -qq
2015-04-12 07:18:43 +00:00
- sudo apt-get install -qq g++-4.8
2014-04-20 09:14:15 +00:00
- sudo update-alternatives --install /usr/bin/gcc gcc /usr/bin/gcc-4.8 40 --slave /usr/bin/g++ g++ /usr/bin/g++-4.8
- sudo update-alternatives --config gcc
2013-09-10 22:31:27 +00:00
script:
2014-04-20 09:14:15 +00:00
- qmake Athena.pro
- make
2014-01-14 12:04:30 +00:00
notifications:
2014-04-20 09:14:15 +00:00
irc: "irc.wiiking2.com#wiiking2"