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
External 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
Anne Jan Brouwer
micropython
Commits
a8034a7f
Verified
Commit
a8034a7f
authored
6 years ago
by
Anne Jan Brouwer
Browse files
Options
Downloads
Patches
Plain Diff
just micropython in ci
parent
4210fd68
No related branches found
No related tags found
No related merge requests found
Pipeline
#137
failed
6 years ago
Stage: build
Changes
2
Pipelines
1
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
.gitlab-ci.yml
+11
-0
11 additions, 0 deletions
.gitlab-ci.yml
README.md
+1
-2
1 addition, 2 deletions
README.md
with
12 additions
and
2 deletions
.gitlab-ci.yml
0 → 100644
+
11
−
0
View file @
a8034a7f
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 --branch wip-bootstrap https://git.card10.badge.events.ccc.de/annejan/firmware.git
-
make -C ports/card10 SDK_LOCATION=`pwd`/firmware/sdk
This diff is collapsed.
Click to expand it.
README.md
+
1
−
2
View file @
a8034a7f
...
@@ -8,7 +8,6 @@ Original README in [`README-OLD.md`](./README-OLD.md).
...
@@ -8,7 +8,6 @@ Original README in [`README-OLD.md`](./README-OLD.md).
Build the card10 port using
Build the card10 port using
```
bash
```
bash
cd
ports/card10
make
-C
ports/card10
SDK_LOCATION
=
/path/to/firmware/sdk
make
SDK_LOCATION
=
/path/to/firmware/sdk
```
```
If everything goes well, you'll end up with a file
`ports/card10/build/firmware.elf`
.
If everything goes well, you'll end up with a file
`ports/card10/build/firmware.elf`
.
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