update pipeline

This commit is contained in:
2025-08-14 19:48:19 +02:00
parent b218f7569f
commit 7eea4d6ddd

View File

@@ -1,4 +1,4 @@
image: python:2.7-stretch image: python:3.12.10
stages: stages:
- build - build
@@ -8,7 +8,7 @@ before_script:
examples: examples:
stage: build stage: build
image: python:2.7-stretch image: python:3.12.10
script: script:
- pio run --target clean - pio run --target clean
- pio run --environment basic - pio run --environment basic