From e1ae1194b69f7b6f3540a0bafe1c2a9bf8e370af Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?louiz=E2=80=99?= Date: Fri, 17 Mar 2017 21:52:50 +0100 Subject: ci: Add an archlinux build that tests the AUR packaging --- .gitlab-ci.yml | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 60bc5f9..87925f2 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -272,3 +272,19 @@ packaging:deb: artifacts: untracked: true name: $CI_PROJECT_NAME-deb-$CI_BUILD_ID + +packaging:archlinux: + stage: packaging + tags: + - docker + image: docker.louiz.org/biboumi-test-archlinux:latest + before_script: [] + script: + - git clone https://aur.archlinux.org/litesql-git.git + - cd litesql-git + - makepkg --noconfirm -s && makepkg -f && sudo pacman --noconfirm -U *.pkg.* + - cd .. + - git clone https://aur.archlinux.org/biboumi-git.git + - cd biboumi-git + - makepkg --noconfirm -s && makepkg -f && sudo pacman --noconfirm -U *.pkg.* + dependencies: [] -- cgit v1.2.3