theshell/.travis.yml

36 lines
547 B
YAML
Raw Normal View History

2018-08-09 02:56:46 -04:00
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
2018-08-09 04:01:30 -04:00
- base-devel
2018-08-09 02:56:46 -04:00
script:
- "./travis/build.sh"
2018-08-09 04:06:26 -04:00
- "./travis/publish.sh"
2018-08-09 02:56:46 -04:00
2018-08-09 03:33:53 -04:00
after_success:
2018-08-09 02:56:46 -04:00
script:
- "curl -s https://raw.githubusercontent.com/mikkeloscar/arch-travis/master/arch-travis.sh | bash"
2018-08-09 03:33:53 -04:00