CI jobs
This commit is contained in:
parent
adf5e0a7c3
commit
d895d85273
|
@ -0,0 +1,12 @@
|
|||
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
|
||||
#- platformio test -v -e native
|
|
@ -26,6 +26,7 @@ lib_deps =
|
|||
https://github.com/mabau/ESPAsyncWebServer.git
|
||||
AsyncTCP
|
||||
NTPClient
|
||||
HX711@0.7.4
|
||||
src_filter = +<*> -<native_main.cpp>
|
||||
|
||||
[env:native]
|
||||
|
|
Loading…
Reference in New Issue