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
ebac7e44
Commit
ebac7e44
authored
4 years ago
by
David Bauer
Committed by
Martin Weinelt
4 years ago
Browse files
Options
Downloads
Patches
Plain Diff
contrib: add build-script for GitHub actions
parent
a37098da
No related branches found
Branches containing commit
No related tags found
Tags containing commit
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
contrib/actions/run-build.sh
+12
-0
12 additions, 0 deletions
contrib/actions/run-build.sh
with
12 additions
and
0 deletions
contrib/actions/run-build.sh
0 → 100755
+
12
−
0
View file @
ebac7e44
#!/bin/bash
sudo
apt
install
git subversion build-essential python gawk unzip libncurses5-dev zlib1g-dev libssl-dev wget
time
export
BROKEN
=
1
export
GLUON_DEPRECATED
=
1
export
GLUON_SITEDIR
=
"contrib/ci/minimal-site"
export
GLUON_TARGET
=
$1
make update
make
-j2
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