-
Notifications
You must be signed in to change notification settings - Fork 9
/
Copy path.travis.yml
25 lines (24 loc) · 918 Bytes
/
.travis.yml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
language: cpp
sudo: required
dist: trusty
git:
submodules: false
before_install:
- sudo add-apt-repository --yes ppa:beineri/opt-qt571-trusty
- sudo add-apt-repository --yes ppa:ubuntu-toolchain-r/test
- sudo apt-get update -qq
- sudo apt-get install -qq g++-5 gcc-5
- sudo aptitude -f install -y qt57base qt57declarative qt57imageformats qt57location qt57multimedia qt57quickcontrols qt57script qt57svg qt57tools qt57translations libsdl2-dev
# - sudo apt-get install -qq -y qt57base qt57declarative qt57imageformats qt57location qt57multimedia qt57quickcontrols qt57script qt57svg qt57tools qt57translations libsdl2-dev
- sudo update-alternatives --install /usr/bin/g++ g++ /usr/bin/g++-5 90
script:
- source /opt/qt57/bin/qt57-env.sh
- cd project
- qmake
- make
#notifications:
#irc:
# channels:
# - "chat.freenode.net#phoenix-dev"
# use_notice: true
# skip_join: true