summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorWard Segers2018-11-09 09:05:52 +0100
committerWard Segers2018-11-09 09:05:52 +0100
commit1767e181aa64e4ac97e349a64ba79c93f14e13f5 (patch)
tree5e8d748050a1c2b61580727fc2c6f135d831263e
parentbc57149f153f3bec0832145eefbd97585a249832 (diff)
downloadaur-1767e181aa64e4ac97e349a64ba79c93f14e13f5.tar.gz
Adding automated testing of the package
-rw-r--r--.gitlab-ci.yml14
1 files changed, 14 insertions, 0 deletions
diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
new file mode 100644
index 000000000000..2aec6aa21d47
--- /dev/null
+++ b/.gitlab-ci.yml
@@ -0,0 +1,14 @@
+image: "imrehg/archlinux-makepkg"
+
+before_script:
+- sudo pacman -Syu --noconfirm
+
+package:
+ script:
+ - makepkg -s --noconfirm
+ artifacts:
+ paths:
+ - pkg/
+ expire_in: 2 days
+
+