-
Notifications
You must be signed in to change notification settings - Fork 8
Expand file tree
/
Copy path.travis.yml
More file actions
30 lines (25 loc) · 851 Bytes
/
.travis.yml
File metadata and controls
30 lines (25 loc) · 851 Bytes
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
26
27
28
29
30
before_install:
- "export DISPLAY=:99.0"
- "sh -e /etc/init.d/xvfb start"
install:
- sudo add-apt-repository -y ppa:beineri/opt-qt542
- sudo add-apt-repository -y ppa:ubuntu-toolchain-r/test
- sudo apt-get update -qq
- export CXX="g++-4.8"
- sudo apt-get -y install g++-4.8
- sudo apt-get -y install qt54quickcontrols qt54declarative
- sudo apt-get -y install qt54graphicaleffects qt54tools
- sudo apt-get -y install libtag1-dev
- sudo add-apt-repository -y ppa:kalakris/cmake
- sudo apt-get update
- sudo dpkg -r cmake cmake-data
- sudo apt-get -y install cmake
before_script:
- git clone git://github.com/papyros/qml-material.git
- cd qml-material; qmake .; make; sudo make install; cd ..
script:
- source /opt/qt54/bin/qt54-env.sh
- cmake .
- make
notifications:
slack: papyros:gI5qeLsvC7CWBzwiZvpbN4Z5