Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
biboumi
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
88
Issues
88
List
Boards
Labels
Service Desk
Milestones
Merge Requests
7
Merge Requests
7
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Operations
Operations
Incidents
Environments
Packages & Registries
Packages & Registries
Container Registry
Analytics
Analytics
CI / CD
Repository
Value Stream
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
louiz’
biboumi
Commits
e1ae1194
Commit
e1ae1194
authored
Mar 17, 2017
by
louiz’
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
ci: Add an archlinux build that tests the AUR packaging
parent
2d50fec9
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
16 additions
and
0 deletions
+16
-0
.gitlab-ci.yml
.gitlab-ci.yml
+16
-0
No files found.
.gitlab-ci.yml
View file @
e1ae1194
...
@@ -272,3 +272,19 @@ packaging:deb:
...
@@ -272,3 +272,19 @@ packaging:deb:
artifacts
:
artifacts
:
untracked
:
true
untracked
:
true
name
:
$CI_PROJECT_NAME-deb-$CI_BUILD_ID
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
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a 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