CI jobs
This commit is contained in:
12
.gitlab-ci.yml
Normal file
12
.gitlab-ci.yml
Normal file
@@ -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]
|
||||
|
||||
Reference in New Issue
Block a user