Skip to content

Commit

Permalink
Test 6: with arduino compile
Browse files Browse the repository at this point in the history
  • Loading branch information
OlafFilies committed Oct 17, 2024
1 parent 5690941 commit c403136
Showing 1 changed file with 4 additions and 10 deletions.
14 changes: 4 additions & 10 deletions .github/workflows/arduino_ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -140,14 +140,10 @@ jobs:
export TMPDIR=$HOME/tmp
mkdir -p $TMPDIR
cd $HOME/Arduino/libraries/${{ needs.setup.outputs.project }}
fqbn=${{ needs.setup.outputs.fqbn }}
echo $fqbn
extra=${{ toJson(needs.setup.outputs.extra) }}
echo "extra=${extra}"
echo $(echo ${extra} | jq ".\"fqbn\"" -r --compact-output )
#arduino-cli compile --libraries="." --libraries="$HOME/Arduino/libraries/." ${{ matrix.example }} --verbose
fqbn=$(echo ${extra} | jq ".\"fqbn\"" -r --compact-output )
echo $fqbn
#arduino-cli compile $fqbn --libraries="." --libraries="$HOME/Arduino/libraries/." ${{ matrix.example }} --verbose
Expand Down Expand Up @@ -253,10 +249,8 @@ jobs:
REPO="$(basename "$GITHUB_REPOSITORY")"
PROJECT=${{ needs.setup.outputs.project }}
SERIALID=${{ matrix.serials }}
HIL=${{ toJson(needs.setup.outputs.hil) }}
EXTRA=${{ toJson(needs.setup.outputs.extra) }}
echo "extra=${extra}"
echo "extra=${EXTRA}"
PORT=$( echo $(./py_checkusb.py --serial ${SERIALID} --list comport --json) | jq ".\"${SERIALID}\"" -r)
TYPE=$( echo $(./py_checkusb.py --serial ${SERIALID} --list type --json) | jq ".\"${SERIALID}\"|.[0]" -r)
Expand Down

0 comments on commit c403136

Please sign in to comment.