theshell/.travis.yml

37 lines
559 B
YAML
Raw Permalink Normal View History

2018-08-09 02:56:46 -04:00
sudo: required
services:
- docker
arch:
repos:
2018-09-08 03:09:21 -04:00
- theapps=https://packages.vicr123.com/arch/$arch/
2018-08-09 02:56:46 -04:00
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-09-11 09:26:47 -04:00
- qt5-tools
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