Bibata_Cursor/.travis.yml

27 lines
478 B
YAML
Raw Normal View History

2019-11-16 23:15:46 -05:00
branches:
only:
- master
- devlopment
2019-11-16 23:48:51 -05:00
sudo: required
arch:
repos:
- archlinuxfr=http://repo.archlinux.fr/$arch
packages:
# pacman packages
- yaourt
- archiso
# dependencies
- inkscape
- python
- python-pip
- xorg-xcursorgen
- git
script:
- ./build-repo
- sudo ./build.sh -v
script:
- "travis_wait 30 sleep 1800 &"
- curl -s https://raw.githubusercontent.com/fossasia/arch-travis/master/arch-travis.sh | bash