swimtracker-firmware/.gitlab-ci.yml

13 lines
258 B
YAML
Raw Normal View History

2020-06-05 22:30:49 +02:00
image: python:latest
before_script:
- python -V # Print out python version for debugging
- pip install platformio
- apt update && apt install build-essential
build:
script:
- cd firmware
- platformio run
2020-06-07 10:59:16 +02:00
- platformio test -v -e native