Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
F
firmware
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
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
Service Desk
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
Terms and privacy
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
tazz
firmware
Commits
7a420d3e
Verified
Commit
7a420d3e
authored
5 years ago
by
rahix
Browse files
Options
Downloads
Patches
Plain Diff
ci: Use bootstrap script
Signed-off-by:
Rahix
<
rahix@rahix.de
>
parent
71aae6e8
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
.gitlab-ci.yml
+2
-5
2 additions, 5 deletions
.gitlab-ci.yml
with
2 additions
and
5 deletions
.gitlab-ci.yml
+
2
−
5
View file @
7a420d3e
...
...
@@ -5,12 +5,9 @@ build:
before_script
:
-
echo "deb http://deb.debian.org/debian stretch-backports main" >> /etc/apt/sources.list
-
apt update -qq
-
apt install -y -qq gcc-arm-none-eabi python3-pip
-
apt install -y -qq gcc-arm-none-eabi python3-pip
git
-
apt install -y -qq -t stretch-backports meson
-
pip3 install crc16
script
:
-
cd bootloader
-
make
-
cd ..
-
meson --cross-file card10-cross.ini build/
-
./bootstrap.sh
-
ninja -C 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