Add Travis CI files

This commit is contained in:
Victor Tran 2018-08-09 16:56:46 +10:00
parent 6dbedb99b1
commit 6903e0fde0
No known key found for this signature in database
GPG key ID: FBA10B22D602BAC1
2 changed files with 32 additions and 0 deletions

30
.travis.yml Normal file
View file

@ -0,0 +1,30 @@
sudo: required
services:
- docker
arch:
repos:
- theapps=https://vicr123.github.io/repo/arch/$arch/
packages:
- git
- kwidgetsaddons
- xdg-utils
- wmctrl
- kwin
- networkmanager
- xorg-xbacklight
- redshift
- libcups
- qt5-base
- ts-qtplatform
- qt5-charts
- qt5-location
- kscreen
- ts-bt
- ts-bugreport
script:
- "./travis/build.sh"
script:
- "curl -s https://raw.githubusercontent.com/mikkeloscar/arch-travis/master/arch-travis.sh | bash"

2
travis/build.sh Executable file
View file

@ -0,0 +1,2 @@
qmake "CONFIG+=blueprint" theShell.pro
make