Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
What's new
7
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Open sidebar
firmware
FFS Gluon site
Commits
cea5ddc2
Commit
cea5ddc2
authored
Feb 17, 2020
by
nrbffs
1
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
update targets list
parent
80206da3
Pipeline
#327
canceled with stages
in 303 minutes and 18 seconds
Changes
2
Pipelines
3
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
64 additions
and
17 deletions
+64
-17
.gitlab-ci.yml
.gitlab-ci.yml
+44
-4
buildall.sh
buildall.sh
+20
-13
No files found.
.gitlab-ci.yml
View file @
cea5ddc2
...
...
@@ -31,15 +31,20 @@ target:ar71xx-generic:
variables
:
GLUON_TARGET
:
ar71xx-generic
target:ar71xx-tiny:
extends
:
.target
variables
:
GLUON_TARGET
:
ar71xx-tiny
target:ar71xx-nand:
extends
:
.target
variables
:
GLUON_TARGET
:
ar71xx-nand
target:a
r71xx-tiny
:
target:a
th79-generic
:
extends
:
.target
variables
:
GLUON_TARGET
:
a
r71xx-tiny
GLUON_TARGET
:
a
th79-generic
target:brcm2708-bcm2708:
extends
:
.target
...
...
@@ -51,15 +56,40 @@ target:brcm2708-bcm2709:
variables
:
GLUON_TARGET
:
brcm2708-bcm2709
target:ipq40xx-generic:
extends
:
.target
variables
:
GLUON_TARGET
:
ipq40xx-generic
target:ipq806x-generic:
extends
:
.target
variables
:
GLUON_TARGET
:
ipq806x-generic
target:lantiq-xrx200:
extends
:
.target
variables
:
GLUON_TARGET
:
lantiq-xrx200
target:lantiq-xway:
extends
:
.target
variables
:
GLUON_TARGET
:
lantiq-xway
target:mpc85xx-generic:
extends
:
.target
variables
:
GLUON_TARGET
:
mpc85xx-generic
target:ipq40xx:
target:mpc85xx-p1020:
extends
:
.target
variables
:
GLUON_TARGET
:
mpc85xx-p1020
target:ramips-mt7620:
extends
:
.target
variables
:
GLUON_TARGET
:
ipq40xx
GLUON_TARGET
:
ramips-mt7620
target:ramips-mt7621:
extends
:
.target
...
...
@@ -71,6 +101,16 @@ target:ramips-mt76x8:
variables
:
GLUON_TARGET
:
ramips-mt76x8
target:ramips-rt305x:
extends
:
.target
variables
:
GLUON_TARGET
:
ramips-rt305x
target:sunxi-cortexa7:
extends
:
.target
variables
:
GLUON_TARGET
:
sunxi-cortexa7
target:x86-generic:
extends
:
.target
variables
:
...
...
buildall.sh
View file @
cea5ddc2
...
...
@@ -6,19 +6,26 @@ set -o pipefail
branch
=
nightly
TARGETS
=(
ar71xx-generic
ar71xx-nand
ar71xx-tiny
brcm2708-bcm2708
brcm2708-bcm2709
ipq40xx
mpc85xx-generic
ramips-mt7620
ramips-mt76x8
# ramips-rt305x # build fails
x86-64
x86-generic
x86-geode
ar71xx-generic
ar71xx-tiny
ar71xx-nand
ath79-generic
brcm2708-bcm2708
brcm2708-bcm2709
ipq40xx-generic
ipq806x-generic
lantiq-xrx200
lantiq-xway
mpc85xx-generic
mpc85xx-p1020
ramips-mt7620
ramips-mt7621
ramips-mt76x8
ramips-rt305x
sunxi-cortexa7
x86-generic
x86-geode
x86-64
)
sitedir
=
$(
readlink
-f
$(
dirname
$0
))
...
...
Nico
@nrb
mentioned in issue
#1 (closed)
·
Feb 17, 2020
mentioned in issue
#1 (closed)
mentioned in issue #1
Toggle commit list
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