CI: idf_as_lib is now run on all suported targets

This commit is contained in:
Omar Chebib
2022-01-06 15:09:48 +08:00
parent 5f28c0c36b
commit 598246d287
2 changed files with 16 additions and 0 deletions

View File

@@ -1,5 +1,8 @@
#!/usr/bin/env bash
set -euo pipefail
PARAM=""
# Retrive the target from the current filename, if no target specified,
# the variable will be empty
TARGET=$(echo $0 | cut -s -f2 -d- | cut -s -f1 -d.)