Add an env to get the Include Tree
This commit is contained in:
parent
9223261ea9
commit
23cffb2c21
2 changed files with 13 additions and 0 deletions
|
|
@ -19,6 +19,7 @@ TESTENV=${1:-'-'}
|
|||
|
||||
# Allow shorthand for test name
|
||||
case $TESTENV in
|
||||
tree) platformio run --project-dir . -e include_tree ; exit 1 ;;
|
||||
due) TESTENV='DUE' ;;
|
||||
esp) TESTENV='esp32' ;;
|
||||
lin*) TESTENV='linux_native' ;;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue