Slimmed down image
This commit is contained in:
		@@ -5,7 +5,9 @@ steps:
 | 
				
			|||||||
- name: build
 | 
					- name: build
 | 
				
			||||||
  image: python:2
 | 
					  image: python:2
 | 
				
			||||||
  commands:
 | 
					  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
 | 
					  - pio run
 | 
				
			||||||
  - cloc --by-file --xml --out=.test/cloc.xml src
 | 
					- name: upload
 | 
				
			||||||
 | 
					  image: python:2
 | 
				
			||||||
 | 
					  commands:
 | 
				
			||||||
  - make otaupload
 | 
					  - make otaupload
 | 
				
			||||||
		Reference in New Issue
	
	Block a user