This repository has been archived by the owner on Jun 12, 2018. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy path.travis.yml
46 lines (39 loc) · 1.59 KB
/
.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
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
language: c
compiler:
- clang
- gcc
sudo: required
services:
- docker
env:
global:
# DEPLOY_HOST
- secure: "PGfn4Bce9onoYY53Y4YaQzgNH0k9Tm2vyQiWWaflxy4Jn2wDJnxiuBawqYpFXwURIAp9y73Pa8HIB4MXddCuMsksDlMCiiPcHudMDzmwu1N3ugW+wXtauJB0pzSckt5rG3vpW+3rmGb1EoqBZgpibWRH/vRhymSD30E4zG22qiUFOI4rkV2Qo5T13+bqKlyRpIx8w6g/iv08R1chiA7SF0Z+jfA9mvGvYP6e/JPoP4k3nfmalfaGGQTY18vi5WzoYuDa5kGMRfj31e7l4IHz2LLTQNzvjRc/Ru1JEFBDPWPeKvzVXFEAAEvR4YRzsheOolhwS7MYeZlvtkrlgmCz3htsxw31q2+Cp8Mrorklt2PJj0AZNRLsBkc3Az6L129fNDYkwBKVTvlfZ/nlmfvNaH+GM6pqQyCl8cdT7P4silFJ9JVlqM7s4WV2bMyWu8UPMe8olZG/vkqUKM7QovnbDp5NMhFXttMOiYKSAE9zHxpTiY8IkfwoUG8XKsH8Js7ax2LUhzj9M9f+SxIQRW4MQ5K5F1SIDnTHlmvZ+McNzI+WI0HELPJ0HNNVm0RxHRehSXf5GEhfP7/9p64CMyTfA/y9Rdj8ckwklq8Y4otEIT7B3Mx3qMFxa7dMkmrP5Wkp8g8MFEn/VH/z/IaZOZH6dHx0E2jlO3DJB4CN1sri/0s="
arch:
artifacts:
- qbs-shared-artifacts.tar.gz
- qtgsettings-artifacts.tar.gz
- libliri-artifacts.tar.gz
- liri-wayland-artifacts.tar.gz
packages:
- qbs
- qt5-quickcontrols2
- qt5-wayland
- qt5-tools
- qt-gstreamer
- solid
- libqtxdg # for libliri
- boost
- xorg-server-xvfb
#- clazy-git
script:
#- export CLAZY_CHECKS="level1"
- qbs-setup-toolchains --detect
- qbs-setup-qt /usr/bin/qmake-qt5 qt5
- qbs config profiles.qt5.baseProfile ${CC}
- dbus-run-session -- xvfb-run -a -s "-screen 0 800x600x24" qbs build -d build -j $(nproc) profile:qt5
script:
- "curl -s https://raw.githubusercontent.com/lirios/repotools/develop/travis/docker-travis.sh | bash"
notifications:
email: false
slack: lirios:fdUqVmPzqPskEL1UBhqapZ0w