Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
louiz’
biboumi
Commits
e1ae1194
Commit
e1ae1194
authored
Mar 17, 2017
by
louiz’
Browse files
ci: Add an archlinux build that tests the AUR packaging
parent
2d50fec9
Changes
1
Hide whitespace changes
Inline
Side-by-side
.gitlab-ci.yml
View file @
e1ae1194
...
...
@@ -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
:
[]
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment