mirror of
https://github.com/ful1e5/Bibata_Cursor.git
synced 2025-05-24 20:14:29 -04:00
archlinux test script
This commit is contained in:
parent
2325176a16
commit
522e15cdbe
1 changed files with 22 additions and 3 deletions
25
.travis.yml
25
.travis.yml
|
@ -1,7 +1,26 @@
|
|||
# safelist
|
||||
branches:
|
||||
only:
|
||||
- master
|
||||
- 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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue