From a5f73969b0b75e0a4af17d78fc8ce0765796a13f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?louiz=E2=80=99?= Date: Thu, 1 Jun 2017 17:37:47 +0200 Subject: Change the makepkg command used in the archlinux CI test --- .gitlab-ci.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 657acef..88062a8 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -306,9 +306,9 @@ packaging:archlinux: - sudo pacman -Syuu --noconfirm - git clone https://aur.archlinux.org/litesql-git.git - cd litesql-git - - makepkg --noconfirm -s && makepkg -f && sudo pacman --noconfirm -U *.pkg.* + - makepkg -si --noconfirm - cd .. - git clone https://aur.archlinux.org/biboumi-git.git - cd biboumi-git - - makepkg --noconfirm -s && makepkg -f && sudo pacman --noconfirm -U *.pkg.* + - makepkg -si --noconfirm dependencies: [] -- cgit v1.2.3