summarylogtreecommitdiffstats
path: root/.travis.yml
diff options
context:
space:
mode:
authormanjaro2019-05-25 16:09:33 +0200
committermanjaro2019-05-25 18:46:46 +0200
commitfeba749a2c3112063eaabee2b06576cef82bda7f (patch)
tree9246873a5afaf2691891dd7f8b7f5b00cdc0d836 /.travis.yml
parentf131d765a1801de52091ee6b8de2b0d04b513778 (diff)
downloadaur-feba749a2c3112063eaabee2b06576cef82bda7f.tar.gz
Add Travis Ci build and deploy.
Diffstat (limited to '.travis.yml')
-rw-r--r--.travis.yml37
1 files changed, 37 insertions, 0 deletions
diff --git a/.travis.yml b/.travis.yml
new file mode 100644
index 000000000000..38c7f8988b4b
--- /dev/null
+++ b/.travis.yml
@@ -0,0 +1,37 @@
+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
+ - python-pyside-tools
+ script:
+# - "sudo pacman -Sy"
+ - "makepkg -s --noconfirm TRAVIS=1"
+
+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