Skip to content
Snippets Groups Projects

Add extremely basic CI

Open Anne Jan Brouwer requested to merge annejan/micropython:wip-bootstrap into wip-bootstrap
2 files
+ 12
2
Compare changes
  • Side-by-side
  • Inline
Files
2
.gitlab-ci.yml 0 → 100644
+ 11
0
 
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