Slimmed down image

This commit is contained in:
Jens True 2019-03-29 17:18:11 +01:00
parent 1635df0ef4
commit 1e06323ef7

@ -5,7 +5,9 @@ steps:
- name: build
image: python:2
commands:
- apt-get -y update && apt-get -y install git python-pip cloc && pip install platformio
- apt-get -y update && apt-get -y install git && pip install platformio
- pio run
- cloc --by-file --xml --out=.test/cloc.xml src
- name: upload
image: python:2
commands:
- make otaupload