platformio/platformio-core
在 GitHub 查看Can't build firmware on command line if I specify other targets
Open
#4,862 创建于 2024年2月20日
build systemhelp wanted
仓库指标
- Star
- (7,329 star)
- PR 合并指标
- (平均合并 109天 16小时) (30 天内合并 5 个 PR)
描述
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.