From 522e15cdbe948f252feec3e9a8ee13ee7e860c4c Mon Sep 17 00:00:00 2001 From: KAiZ <24286590+KaizIqbal@users.noreply.github.com> Date: Sun, 17 Nov 2019 10:18:51 +0530 Subject: [PATCH] archlinux test script --- .travis.yml | 25 ++++++++++++++++++++++--- 1 file changed, 22 insertions(+), 3 deletions(-) diff --git a/.travis.yml b/.travis.yml index b37963db..8327310a 100644 --- a/.travis.yml +++ b/.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