platformio/platformio-core

Can't build firmware on command line if I specify other targets

Open

#4,862 opened on 2024年2月20日

GitHub で見る
 (2 comments) (0 reactions) (0 assignees)Python (791 forks)batch import
build systemhelp wanted

Repository metrics

Stars
 (7,329 stars)
PR merge metrics
 (平均マージ 109d 16h) (30d で 5 merged PRs)

説明

I would like to do this (I am trying to build a versioned release package):

pio run -t pre -t buildprog -t buildfs -t post

But buildprog target won't execute if I specify any other targets. build and target_buildprog don't work either.

コントリビューターガイド