Skip to content
Snippets Groups Projects
Verified Commit 8d7b2a81 authored by Jonas Leder's avatar Jonas Leder
Browse files

add ci script

parent 399fcd0c
No related branches found
No related tags found
Loading
Pipeline #1608 canceled
build_esp8266_image:
stage: build
image: python:3
before_script:
- pip install -U platformio
script:
- pio run
- mv .pio/build/mks_robin_nano35/Robin_nano35.bin Robin_nano35.bin
artifacts:
paths:
- Robin_nano35.bin
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment