diff options
| author | John Whittington <git@jbrengineering.co.uk> | 2020-08-06 09:38:07 +0200 |
|---|---|---|
| committer | John Whittington <git@jbrengineering.co.uk> | 2020-08-06 12:32:17 +0200 |
| commit | 264f8f604a2c29b7bd66a1e0d11f263db7582702 (patch) | |
| tree | f3495a8161075d48a393d66a66cb9aff80dc7c1e /tests/script/bootstrap.sh | |
| parent | bcce50471e264bcd8376b3c277600af629684083 (diff) | |
Arduino IDE upto support version and SAMD builds
process uses direct downloads. Might be better to move to distribution
Arduino install + arduino-cli to install board support in future.
Diffstat (limited to 'tests/script/bootstrap.sh')
| -rwxr-xr-x | tests/script/bootstrap.sh | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/tests/script/bootstrap.sh b/tests/script/bootstrap.sh index 083bf5d..0dbd7b2 100755 --- a/tests/script/bootstrap.sh +++ b/tests/script/bootstrap.sh @@ -7,3 +7,4 @@ pushd $SCRIPTS_DIR/.. source $SCRIPTS_DIR/bootstrap/chipkit.sh source $SCRIPTS_DIR/bootstrap/arduino.sh +source $SCRIPTS_DIR/bootstrap/samd.sh |
