Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
F
Freifunk Franken Firmware
Manage
Activity
Members
Labels
Plan
Issues
0
Issue boards
Milestones
Wiki
Code
Merge requests
0
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Container Registry
Model registry
Operate
Environments
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD 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
freifunk
Freifunk Franken Firmware
Commits
6500e21e
Commit
6500e21e
authored
5 years ago
by
Dennis Eisold
Browse files
Options
Downloads
Patches
Plain Diff
Added Gitlab-CI config
parent
d989f435
No related branches found
Branches containing commit
No related tags found
No related merge requests found
Pipeline
#100
failed with stage
in 7 seconds
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
.gitlab-ci.yml
+29
-0
29 additions, 0 deletions
.gitlab-ci.yml
with
29 additions
and
0 deletions
.gitlab-ci.yml
0 → 100644
+
29
−
0
View file @
6500e21e
image
:
buster:latest
cache
:
key
:
${CI_COMMIT_REF_SLUG}
paths
:
-
vendor/
before_script
:
-
apt-get update -yqq
-
apt-get install zlib1g-dev lua5.2 build-essential unzip libncurses-dev gawk subversion git realpath libssl-dev -yqq
variables
:
DOCKER_DRIVER
:
overlay2
Settings
:
script
:
-
./buildscript selectbsp bsp/board_ar71xx.bsp
-
./buildscript selectcommunity community/franken.cfg
Prepare
:
script
:
-
./buildscript prepare
Build
:
only
:
variables
:
-
$CI_COMMIT_MESSAGE =~ /do_build/
script
:
-
./buildscript build
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