summaryrefslogtreecommitdiff
path: root/.gitlab-ci.yml
diff options
context:
space:
mode:
authorDan Johansen <strit@manjaro.org>2020-07-22 11:30:40 +0200
committerDan Johansen <strit@manjaro.org>2020-07-22 11:30:40 +0200
commite449fab059bdd3834cd9971d2ba4294501ed9382 (patch)
tree49b144ad2fe19c08de8e6105fe7c83b964fef571 /.gitlab-ci.yml
parent57e9a4c5599e47d0681a9602142fe081abfcef02 (diff)
downloaduboot-pinebook-e449fab059bdd3834cd9971d2ba4294501ed9382.tar.gz
uboot-pinebook-e449fab059bdd3834cd9971d2ba4294501ed9382.tar.bz2
uboot-pinebook-e449fab059bdd3834cd9971d2ba4294501ed9382.zip
update to 2020.07
Diffstat (limited to '.gitlab-ci.yml')
-rw-r--r--.gitlab-ci.yml9
1 files changed, 9 insertions, 0 deletions
diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
new file mode 100644
index 0000000..b6524cf
--- /dev/null
+++ b/.gitlab-ci.yml
@@ -0,0 +1,9 @@
+build-package:
+ tags:
+ - aarch64
+ script:
+ - sudo pacman -Syy && makepkg -scr --noconfirm
+ artifacts:
+ paths:
+ - ./*.pkg.tar.*
+ expire_in: 1 week