Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
aports
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Model registry
Monitor
Service Desk
Analyze
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Terms and privacy
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
alpine
aports
Commits
b1d80679
Commit
b1d80679
authored
5 years ago
by
Kevin Daudt
Browse files
Options
Downloads
Patches
Plain Diff
.gitlab-ci.yml: add ci jobs to build changed aports
Closes
!74
parent
8814d1fe
No related branches found
Branches containing commit
No related tags found
Tags containing commit
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
.gitlab-ci.yml
+40
-0
40 additions, 0 deletions
.gitlab-ci.yml
with
40 additions
and
0 deletions
.gitlab-ci.yml
+
40
−
0
View file @
b1d80679
stages
:
-
lint
-
build
# Make sure master points to the correct upstream commit
before_script
:
...
...
@@ -18,3 +19,42 @@ lint:
tags
:
-
docker-alpine
-
x86_64
.build
:
stage
:
build
image
:
alpinelinux/alpine-gitlab-ci:latest
script
:
-
build.sh
only
:
-
merge_requests
build-x86_64
:
extends
:
.build
tags
:
-
docker-alpine
-
ci-build
-
x86_64
build-x86
:
extends
:
.build
image
:
name
:
alpinelinux/alpine-gitlab-ci:latest-x86
entrypoint
:
[
"
linux32"
,
"
sh"
,
"
-c"
]
tags
:
-
docker-alpine
-
ci-build
-
x86
build-s390x
:
extends
:
.build
tags
:
-
docker-alpine
-
ci-build
-
s390x
build-ppc64le
:
extends
:
.build
tags
:
-
docker-alpine
-
ci-build
-
ppc64le
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
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!
Save comment
Cancel
Please
register
or
sign in
to comment