Skip to content
Snippets Groups Projects
Verified Commit a8034a7f authored by Anne Jan Brouwer's avatar Anne Jan Brouwer :speech_balloon:
Browse files

just micropython in ci

parent 4210fd68
No related branches found
No related tags found
No related merge requests found
Pipeline #137 failed
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
...@@ -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`.
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment