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
105c188b
Commit
105c188b
authored
Jun 05, 2020
by
nrbffs
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
gitlab ci: run update as extra stage
parent
138033bf
Pipeline
#444
canceled with stages
in 9 minutes and 29 seconds
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
10 additions
and
1 deletion
+10
-1
.gitlab-ci.yml
.gitlab-ci.yml
+10
-1
No files found.
.gitlab-ci.yml
View file @
105c188b
...
...
@@ -6,6 +6,7 @@ variables:
stages
:
-
generate_date
-
update
-
build
-
package
...
...
@@ -18,10 +19,18 @@ generate_date:
-
build.date
expire_in
:
1 day
update
:
stage
:
update
script
:
-
make -C gluon update GLUON_SITEDIR="$CI_PROJECT_DIR" FFS_BUILD_DATE=$(cat build.date)
artifacts
:
paths
:
-
gluon/
expire_in
:
1 day
.target
:
stage
:
build
script
:
-
make -C gluon update GLUON_SITEDIR="$CI_PROJECT_DIR" FFS_BUILD_DATE=$(cat build.date)
-
make -C gluon GLUON_SITEDIR="$CI_PROJECT_DIR" GLUON_TARGET="$GLUON_TARGET" GLUON_BRANCH=stable FFS_BUILD_DATE=$(cat build.date) V=1 -j`nproc`
except
:
-
tags
...
...
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