platformio/platformio-core

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

Open

#4.862 geöffnet am 20. Feb. 2024

Auf GitHub ansehen
 (2 Kommentare) (0 Reaktionen) (0 zugewiesene Personen)Python (791 Forks)batch import
build systemhelp wanted

Repository-Metriken

Stars
 (7.329 Stars)
PR-Merge-Metriken
 (Durchschn. Merge 109T 16h) (5 gemergte PRs in 30 T)

Beschreibung

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.

Contributor Guide