Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
M
micropython
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
This is an archived project. Repository and other project resources are read-only.
Show more breadcrumbs
card10
micropython
Merge requests
!1
Add extremely basic CI
Code
Review changes
Check out branch
Download
Patches
Plain diff
Open
Add extremely basic CI
annejan/micropython:wip-bootstrap
into
wip-bootstrap
Overview
0
Commits
3
Pipelines
2
Changes
2
Open
Anne Jan Brouwer
requested to merge
annejan/micropython:wip-bootstrap
into
wip-bootstrap
5 years ago
Overview
0
Commits
3
Pipelines
2
Changes
2
Expand
It compiles :)
0
0
Merge request reports
Compare
wip-bootstrap
version 1
13597678
5 years ago
wip-bootstrap (base)
and
latest version
latest version
1ec76efa
3 commits,
5 years ago
version 1
13597678
2 commits,
5 years ago
2 files
+
12
−
2
Inline
Compare changes
Side-by-side
Inline
Show whitespace changes
Show one file at a time
Files
2
Search (e.g. *.vue) (Ctrl+P)
.gitlab-ci.yml
0 → 100644
+
11
−
0
Options
image
:
"
debian"
build
:
stage
:
build
before_script
:
-
apt update -qq && apt install -y -qq gcc-arm-none-eabi python3-pip git
-
pip3 install crc16
-
ln -s /usr/bin/python3 /usr/bin/python
script
:
-
git clone https://git.card10.badge.events.ccc.de/card10/firmware.git
-
make -C ports/card10 SDK_LOCATION=`pwd`/firmware/sdk
Loading