platformio/platformio-core
Vedi su GitHubCan't build firmware on command line if I specify other targets
Open
#4862 aperta il 20 feb 2024
build systemhelp wanted
Metriche repository
- Star
- (7329 star)
- Metriche merge PR
- (Merge medio 109g 16h) (5 PR mergiate in 30 g)
Descrizione
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.