summarylogtreecommitdiffstats
path: root/.travis.yml
blob: 32c3b61d47a09266de0c11ebd0974c68d6605713 (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://media.githubusercontent.com/media/bartoszek/AUR-repo/master
  packages:
  # arch/aur packages
# - python
# - perl
  script:
  - "sudo pacman -Sy"
  - "makepkg -s --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