Skip to content
GitLab
Menu
Why GitLab
Pricing
Contact Sales
Explore
Why GitLab
Pricing
Contact Sales
Explore
Sign in
Get free trial
Primary navigation
Search or go to…
Project
recalbox
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Requirements
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Locked files
Deploy
Releases
Container registry
Model registry
Operate
Environments
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
Repository analytics
Code review analytics
Issue analytics
Insights
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Privacy statement
Keyboard shortcuts
?
What's new
3
Snippets
Groups
Projects
Show more breadcrumbs
recalbox
recalbox
Commits
e5ec6e0a
Unverified
Commit
e5ec6e0a
authored
4 years ago
by
digitalLumberjack
Browse files
Options
Downloads
Patches
Plain Diff
chore(ci): change board build order for gitlab ci
parent
fb723520
Branches
Branches containing commit
Tags
Tags containing commit
Loading
Changes
2
Pipelines
3
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
.gitlab-ci.yml
+17
-16
17 additions, 16 deletions
.gitlab-ci.yml
CHANGELOG.md
+1
-1
1 addition, 1 deletion
CHANGELOG.md
with
18 additions
and
17 deletions
.gitlab-ci.yml
+
17
−
16
View file @
e5ec6e0a
...
...
@@ -213,67 +213,68 @@ quick build odroidgo2:
tags
:
-
quickbuild
build rpi1
:
build x86_64
:
<<
:
*build_definition
when
:
manual
variables
:
ARCH
:
'
rpi1
'
ARCH
:
'
x86_64
'
QUICK
:
'
false'
tags
:
-
build
build rpi
2
:
build rpi
4
:
<<
:
*build_definition
when
:
manual
variables
:
ARCH
:
'
rpi
2
'
ARCH
:
'
rpi
4
'
QUICK
:
'
false'
tags
:
-
build
build
rpi3
:
build
odroidgo2
:
<<
:
*build_definition
when
:
manual
variables
:
ARCH
:
'
rpi3
'
ARCH
:
'
odroidgo2
'
QUICK
:
'
false'
tags
:
-
build
build
rpi4
:
build
x86
:
<<
:
*build_definition
when
:
manual
variables
:
ARCH
:
'
rpi4
'
ARCH
:
'
x86
'
QUICK
:
'
false'
tags
:
-
build
build
x86_6
4
:
build
odroidxu
4
:
<<
:
*build_definition
when
:
manual
variables
:
ARCH
:
'
x86_6
4'
ARCH
:
'
odroidxu
4'
QUICK
:
'
false'
tags
:
-
build
build
x86
:
build
rpi1
:
<<
:
*build_definition
when
:
manual
variables
:
ARCH
:
'
x86
'
ARCH
:
'
rpi1
'
QUICK
:
'
false'
tags
:
-
build
build
odroidxu4
:
build
rpi2
:
<<
:
*build_definition
when
:
manual
variables
:
ARCH
:
'
odroidxu4
'
ARCH
:
'
rpi2
'
QUICK
:
'
false'
tags
:
-
build
build
odroidgo2
:
build
rpi3
:
<<
:
*build_definition
when
:
manual
variables
:
ARCH
:
'
odroidgo2
'
ARCH
:
'
rpi3
'
QUICK
:
'
false'
tags
:
-
build
...
...
This diff is collapsed.
Click to expand it.
CHANGELOG.md
+
1
−
1
View file @
e5ec6e0a
...
...
@@ -230,7 +230,7 @@ All notable changes to this project will be documented in this file.
-
Fix uboot header for OgS when updating
-
Bump theme (model3 update)
-
Fix recalbox stable version generation
-
Change board build order for gitlab ci
## [7.1.1-Reloaded]
-
Fix abnormally long boots
...
...
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