summarylogtreecommitdiffstats
path: root/.travis.yml
blob: d812bc9c023452646d559a57f115ac43e5bde922 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
sudo: required

branches:
  only:
  - master

cache:
  directories:
  - src
# - AUR-repo

services:
- docker

arch:
  repos:
# - papyros=http://dash.papyros.io/repos/$repo/$arch
  - bartus=https://github.com/bartoszek/AUR-repo/raw/master
  packages:
  # arch/aur packages
# - python
# - perl
  script:
# - "sudo pacman -Sy"
  - "makepkg -se --noconfirm"

script:
- "curl -s https://raw.githubusercontent.com/mikkeloscar/arch-travis/master/arch-travis.sh | bash"
- "ls $(pwd)"

deploy:
  provider: script
  script: bash .travis_deploy.sh
  on:
    branch: master
  skip_cleanup: true