Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
F
FFS Gluon
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Deploy
Releases
Model registry
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
Repository analytics
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
Commits
0d341a76
Commit
0d341a76
authored
4 years ago
by
David Bauer
Browse files
Options
Downloads
Patches
Plain Diff
actions: create per-target artifacts
parent
2e3a4a51
No related branches found
Branches containing commit
No related tags found
Tags containing commit
No related merge requests found
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
.github/workflows/build-gluon.yml
+23
-23
23 additions, 23 deletions
.github/workflows/build-gluon.yml
contrib/actions/generate-actions.py
+1
-1
1 addition, 1 deletion
contrib/actions/generate-actions.py
with
24 additions
and
24 deletions
.github/workflows/build-gluon.yml
+
23
−
23
View file @
0d341a76
...
...
@@ -25,7 +25,7 @@ jobs:
-
name
:
Archive build output
uses
:
actions/upload-artifact@v1
with
:
name
:
output
name
:
ar71xx-generic
path
:
output
ar71xx-tiny
:
...
...
@@ -40,7 +40,7 @@ jobs:
-
name
:
Archive build output
uses
:
actions/upload-artifact@v1
with
:
name
:
output
name
:
ar71xx-tiny
path
:
output
ar71xx-nand
:
...
...
@@ -55,7 +55,7 @@ jobs:
-
name
:
Archive build output
uses
:
actions/upload-artifact@v1
with
:
name
:
output
name
:
ar71xx-nand
path
:
output
ath79-generic
:
...
...
@@ -70,7 +70,7 @@ jobs:
-
name
:
Archive build output
uses
:
actions/upload-artifact@v1
with
:
name
:
output
name
:
ath79-generic
path
:
output
brcm2708-bcm2708
:
...
...
@@ -85,7 +85,7 @@ jobs:
-
name
:
Archive build output
uses
:
actions/upload-artifact@v1
with
:
name
:
output
name
:
brcm2708-bcm2708
path
:
output
brcm2708-bcm2709
:
...
...
@@ -100,7 +100,7 @@ jobs:
-
name
:
Archive build output
uses
:
actions/upload-artifact@v1
with
:
name
:
output
name
:
brcm2708-bcm2709
path
:
output
ipq40xx-generic
:
...
...
@@ -115,7 +115,7 @@ jobs:
-
name
:
Archive build output
uses
:
actions/upload-artifact@v1
with
:
name
:
output
name
:
ipq40xx-generic
path
:
output
ipq806x-generic
:
...
...
@@ -130,7 +130,7 @@ jobs:
-
name
:
Archive build output
uses
:
actions/upload-artifact@v1
with
:
name
:
output
name
:
ipq806x-generic
path
:
output
lantiq-xrx200
:
...
...
@@ -145,7 +145,7 @@ jobs:
-
name
:
Archive build output
uses
:
actions/upload-artifact@v1
with
:
name
:
output
name
:
lantiq-xrx200
path
:
output
lantiq-xway
:
...
...
@@ -160,7 +160,7 @@ jobs:
-
name
:
Archive build output
uses
:
actions/upload-artifact@v1
with
:
name
:
output
name
:
lantiq-xway
path
:
output
mpc85xx-generic
:
...
...
@@ -175,7 +175,7 @@ jobs:
-
name
:
Archive build output
uses
:
actions/upload-artifact@v1
with
:
name
:
output
name
:
mpc85xx-generic
path
:
output
mpc85xx-p1020
:
...
...
@@ -190,7 +190,7 @@ jobs:
-
name
:
Archive build output
uses
:
actions/upload-artifact@v1
with
:
name
:
output
name
:
mpc85xx-p1020
path
:
output
ramips-mt7620
:
...
...
@@ -205,7 +205,7 @@ jobs:
-
name
:
Archive build output
uses
:
actions/upload-artifact@v1
with
:
name
:
output
name
:
ramips-mt7620
path
:
output
ramips-mt7621
:
...
...
@@ -220,7 +220,7 @@ jobs:
-
name
:
Archive build output
uses
:
actions/upload-artifact@v1
with
:
name
:
output
name
:
ramips-mt7621
path
:
output
ramips-mt76x8
:
...
...
@@ -235,7 +235,7 @@ jobs:
-
name
:
Archive build output
uses
:
actions/upload-artifact@v1
with
:
name
:
output
name
:
ramips-mt76x8
path
:
output
ramips-rt305x
:
...
...
@@ -250,7 +250,7 @@ jobs:
-
name
:
Archive build output
uses
:
actions/upload-artifact@v1
with
:
name
:
output
name
:
ramips-rt305x
path
:
output
sunxi-cortexa7
:
...
...
@@ -265,7 +265,7 @@ jobs:
-
name
:
Archive build output
uses
:
actions/upload-artifact@v1
with
:
name
:
output
name
:
sunxi-cortexa7
path
:
output
x86-generic
:
...
...
@@ -280,7 +280,7 @@ jobs:
-
name
:
Archive build output
uses
:
actions/upload-artifact@v1
with
:
name
:
output
name
:
x86-generic
path
:
output
x86-geode
:
...
...
@@ -295,7 +295,7 @@ jobs:
-
name
:
Archive build output
uses
:
actions/upload-artifact@v1
with
:
name
:
output
name
:
x86-geode
path
:
output
x86-64
:
...
...
@@ -310,7 +310,7 @@ jobs:
-
name
:
Archive build output
uses
:
actions/upload-artifact@v1
with
:
name
:
output
name
:
x86-64
path
:
output
ar71xx-mikrotik
:
...
...
@@ -325,7 +325,7 @@ jobs:
-
name
:
Archive build output
uses
:
actions/upload-artifact@v1
with
:
name
:
output
name
:
ar71xx-mikrotik
path
:
output
brcm2708-bcm2710
:
...
...
@@ -340,7 +340,7 @@ jobs:
-
name
:
Archive build output
uses
:
actions/upload-artifact@v1
with
:
name
:
output
name
:
brcm2708-bcm2710
path
:
output
mvebu-cortexa9
:
...
...
@@ -355,6 +355,6 @@ jobs:
-
name
:
Archive build output
uses
:
actions/upload-artifact@v1
with
:
name
:
output
name
:
mvebu-cortexa9
path
:
output
This diff is collapsed.
Click to expand it.
contrib/actions/generate-actions.py
+
1
−
1
View file @
0d341a76
...
...
@@ -31,7 +31,7 @@ ACTIONS_TARGET="""
- name: Archive build output
uses: actions/upload-artifact@v1
with:
name:
output
name:
{target_name}
path: output
"""
...
...
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