Skip to content

Commit 52de473

Browse files
committed
wip
1 parent 72683fd commit 52de473

File tree

2 files changed

+6
-2
lines changed

2 files changed

+6
-2
lines changed

extra/build_all.sh

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,12 @@ jq -cr '.[]' < ./extra/targets.json | while read -r item; do
2929
board=$(jq -cr '.board // ""' <<< "$item")
3030
args=$(jq -cr '.args // ""' <<< "$item")
3131

32+
ls extra -l
3233
variant=$(extra/get_variant_name.sh "$board" || echo "$board")
34+
echo Board: $board
35+
echo Args: $args
36+
echo Variant: $variant
37+
3338
echo && echo && echo
3439
echo ${variant}
3540
echo ${variant} | sed -e 's/./=/g'

extra/package.sh

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,5 +10,4 @@ FOLDER=`basename $PWD`
1010
VERSION=$1
1111

1212
cd ..
13-
tar --exclude=extras/** --exclude=.git* --exclude=build --exclude=venv --exclude=samples -cjhf arduino-core-zephyr-${VERSION}.tar.bz2 $FOLDER
14-
[ -z "$GITHUB_ENV" ] || echo "CORE_PACKAGE=arduino-core-zephyr-${VERSION}.tar.bz2" >> $GITHUB_ENV"]
13+
tar --exclude=extras/** --exclude=.git* --exclude=build --exclude=venv --exclude=samples -cjhf ArduinoCore-zephyr-${VERSION}.tar.bz2 $FOLDER

0 commit comments

Comments
 (0)