archlinux test script

This commit is contained in:
KAiZ 2019-11-17 10:18:51 +05:30
parent 2325176a16
commit 522e15cdbe

View file

@ -1,7 +1,26 @@
# safelist
branches: branches:
only: only:
- master - master
- devlopment - devlopment
language: bash
script: make 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