Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
F
FFS Gluon site
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Model registry
Analyze
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
firmware
FFS Gluon site
Commits
b76d6d6c
Commit
b76d6d6c
authored
5 years ago
by
nrbffs
Browse files
Options
Downloads
Patches
Plain Diff
always build all targets
parent
b8ac1fa7
No related branches found
No related tags found
No related merge requests found
Pipeline
#195
failed
5 years ago
Stage: build
Stage: package
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
.gitlab-ci.yml
+2
-46
2 additions, 46 deletions
.gitlab-ci.yml
with
2 additions
and
46 deletions
.gitlab-ci.yml
+
2
−
46
View file @
b76d6d6c
...
@@ -13,6 +13,8 @@ stages:
...
@@ -13,6 +13,8 @@ stages:
script
:
script
:
-
make -C gluon update GLUON_SITEDIR="$CI_PROJECT_DIR"
-
make -C gluon update GLUON_SITEDIR="$CI_PROJECT_DIR"
-
make -C gluon GLUON_SITEDIR="$CI_PROJECT_DIR" GLUON_TARGET="$GLUON_TARGET" GLUON_BRANCH=stable V=1 -j`nproc`
-
make -C gluon GLUON_SITEDIR="$CI_PROJECT_DIR" GLUON_TARGET="$GLUON_TARGET" GLUON_BRANCH=stable V=1 -j`nproc`
except
:
-
tags
artifacts
:
artifacts
:
paths
:
paths
:
-
gluon/output/
-
gluon/output/
...
@@ -26,107 +28,61 @@ stages:
...
@@ -26,107 +28,61 @@ stages:
target:ar71xx-generic
:
target:ar71xx-generic
:
extends
:
.target
extends
:
.target
only
:
-
nightly
-
schedules
-
web
variables
:
variables
:
GLUON_TARGET
:
ar71xx-generic
GLUON_TARGET
:
ar71xx-generic
target:ar71xx-nand
:
target:ar71xx-nand
:
extends
:
.target
extends
:
.target
only
:
-
nightly
-
schedules
-
web
variables
:
variables
:
GLUON_TARGET
:
ar71xx-nand
GLUON_TARGET
:
ar71xx-nand
target:ar71xx-tiny
:
target:ar71xx-tiny
:
extends
:
.target
extends
:
.target
only
:
-
nightly
-
schedules
-
web
variables
:
variables
:
GLUON_TARGET
:
ar71xx-tiny
GLUON_TARGET
:
ar71xx-tiny
target:brcm2708-bcm2708
:
target:brcm2708-bcm2708
:
extends
:
.target
extends
:
.target
only
:
-
nightly
-
schedules
-
web
variables
:
variables
:
GLUON_TARGET
:
brcm2708-bcm2708
GLUON_TARGET
:
brcm2708-bcm2708
target:brcm2708-bcm2709
:
target:brcm2708-bcm2709
:
extends
:
.target
extends
:
.target
only
:
-
nightly
-
schedules
-
web
variables
:
variables
:
GLUON_TARGET
:
brcm2708-bcm2709
GLUON_TARGET
:
brcm2708-bcm2709
target:mpc85xx-generic
:
target:mpc85xx-generic
:
extends
:
.target
extends
:
.target
only
:
-
nightly
-
schedules
-
web
variables
:
variables
:
GLUON_TARGET
:
mpc85xx-generic
GLUON_TARGET
:
mpc85xx-generic
target:ipq40xx
:
target:ipq40xx
:
extends
:
.target
extends
:
.target
only
:
-
nightly
-
schedules
-
web
variables
:
variables
:
GLUON_TARGET
:
ipq40xx
GLUON_TARGET
:
ipq40xx
target:ramips-mt7621
:
target:ramips-mt7621
:
extends
:
.target
extends
:
.target
only
:
-
nightly
-
schedules
-
web
variables
:
variables
:
GLUON_TARGET
:
ramips-mt7621
GLUON_TARGET
:
ramips-mt7621
target:ramips-mt76x8
:
target:ramips-mt76x8
:
extends
:
.target
extends
:
.target
only
:
-
nightly
-
schedules
-
web
variables
:
variables
:
GLUON_TARGET
:
ramips-mt76x8
GLUON_TARGET
:
ramips-mt76x8
target:x86-generic
:
target:x86-generic
:
extends
:
.target
extends
:
.target
only
:
-
nightly
-
schedules
-
web
variables
:
variables
:
GLUON_TARGET
:
x86-generic
GLUON_TARGET
:
x86-generic
target:x86-geode
:
target:x86-geode
:
extends
:
.target
extends
:
.target
only
:
-
nightly
-
schedules
-
web
variables
:
variables
:
GLUON_TARGET
:
x86-geode
GLUON_TARGET
:
x86-geode
target:x86-64
:
target:x86-64
:
extends
:
.target
extends
:
.target
except
:
-
tags
variables
:
variables
:
GLUON_TARGET
:
x86-64
GLUON_TARGET
:
x86-64
...
...
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