testing
This commit is contained in:
parent
b18f454b72
commit
1f6edad68c
6
.github/workflows/build.yml
vendored
6
.github/workflows/build.yml
vendored
@ -25,16 +25,12 @@ jobs:
|
|||||||
strategy:
|
strategy:
|
||||||
fail-fast: false
|
fail-fast: false
|
||||||
matrix:
|
matrix:
|
||||||
os: [windows-latest, ubuntu-latest]
|
os: [windows-latest]
|
||||||
include:
|
include:
|
||||||
- os: windows-latest
|
- os: windows-latest
|
||||||
path: ~\AppData\Local\pip\Cache
|
path: ~\AppData\Local\pip\Cache
|
||||||
platformio-path: ~\AppData\Local\platformio\Cache
|
platformio-path: ~\AppData\Local\platformio\Cache
|
||||||
- os: ubuntu-latest
|
|
||||||
path: ~/.cache/pip
|
|
||||||
platformio-path: ~/.platformio
|
|
||||||
board: [ttgov21new.h]
|
board: [ttgov21new.h]
|
||||||
|
|
||||||
runs-on: ${{ matrix.os }}
|
runs-on: ${{ matrix.os }}
|
||||||
|
|
||||||
steps:
|
steps:
|
||||||
|
@ -117,7 +117,6 @@ lib_deps = ${common.lib_deps_all}
|
|||||||
build_flags =
|
build_flags =
|
||||||
-include "src/hal/${board.halfile}"
|
-include "src/hal/${board.halfile}"
|
||||||
${common.build_flags_all}
|
${common.build_flags_all}
|
||||||
upload_protocol = ${common.upload_protocol}
|
|
||||||
extra_scripts = ${common.extra_scripts}
|
extra_scripts = ${common.extra_scripts}
|
||||||
monitor_speed = ${common.monitor_speed}
|
monitor_speed = ${common.monitor_speed}
|
||||||
monitor_filters = time, esp32_exception_decoder, default
|
monitor_filters = time, esp32_exception_decoder, default
|
||||||
|
@ -57,7 +57,6 @@ lib_deps = ${common.lib_deps_all}
|
|||||||
build_flags =
|
build_flags =
|
||||||
-include "src/hal/${board.halfile}"
|
-include "src/hal/${board.halfile}"
|
||||||
${common.build_flags_all}
|
${common.build_flags_all}
|
||||||
upload_protocol = ${common.upload_protocol}
|
|
||||||
extra_scripts = ${common.extra_scripts}
|
extra_scripts = ${common.extra_scripts}
|
||||||
monitor_speed = ${common.monitor_speed}
|
monitor_speed = ${common.monitor_speed}
|
||||||
monitor_filters = time, esp32_exception_decoder, default
|
monitor_filters = time, esp32_exception_decoder, default
|
||||||
|
Loading…
Reference in New Issue
Block a user