summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorWard Segers2018-11-20 20:26:03 +0100
committerWard Segers2018-11-20 20:26:03 +0100
commit438a8e4a2ea0e4a051b7bab1e58c9c0b0936fca4 (patch)
tree446c2269df7ae0672ce27780695698b98fb2dbb3
parent01fef73eefc826e1b69606515c22426cad530829 (diff)
downloadaur-438a8e4a2ea0e4a051b7bab1e58c9c0b0936fca4.tar.gz
Gitlab CI to ensure continuous builds
-rw-r--r--.gitlab-ci.yml15
1 files changed, 15 insertions, 0 deletions
diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
new file mode 100644
index 000000000000..cb61c3b4da30
--- /dev/null
+++ b/.gitlab-ci.yml
@@ -0,0 +1,15 @@
+image: "imrehg/archlinux-makepkg"
+
+before_script:
+- sudo pacman -Syu --noconfirm
+
+package:
+ script:
+ - makepkg -s --noconfirm
+ artifacts:
+ paths:
+ - pkg/
+ - nordselect-*.tar.xz
+ expire_in: 2 days
+
+