mirror of https://github.com/libAthena/athena.git
18 lines
494 B
YAML
18 lines
494 B
YAML
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
|
|
- sudo apt-get install -qq g++-4.8
|
|
- 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
|
|
|
|
script:
|
|
- qmake Athena.pro
|
|
- make
|
|
|
|
notifications:
|
|
irc: "irc.wiiking2.com#wiiking2"
|