mirror of
https://github.com/thelsing/knx.git
synced 2025-08-13 13:46:20 +02:00
Use python 3.7
This commit is contained in:
parent
f22afaa90d
commit
63e103d65c
@ -53,6 +53,7 @@
|
||||
- sed -i 's#compiler.warning_level=all#compiler.warning_level=default#' ~/.arduino15/preferences.txt
|
||||
# changes for bsec lib
|
||||
# samd
|
||||
- ls -l ~/.arduino15/packages/arduino/hardware/samd
|
||||
- sed -ri 's#(recipe.c.combine.pattern=[^$]*\{archive_file\}")( -Wl,--end-group)#\1 {compiler.libraries.ldflags}\2#' ~/.arduino15/packages/arduino/hardware/samd/1.8.11/platform.txt
|
||||
- sed -i 's#compiler.elf2hex.extra_flags=#compiler.elf2hex.extra_flags=\ncompiler.libraries.ldflags=#' ~/.arduino15/packages/arduino/hardware/samd/1.8.11/platform.txt
|
||||
# esp8266
|
||||
@ -80,7 +81,7 @@
|
||||
# Test build for PlatformIO based projects
|
||||
- language: python
|
||||
python:
|
||||
- "3.8"
|
||||
- "3.7"
|
||||
cache:
|
||||
directories:
|
||||
- "~/.platformio"
|
||||
|
Loading…
Reference in New Issue
Block a user