Skip to content
This repository was archived by the owner on Apr 6, 2022. It is now read-only.

Commit e9094f3

Browse files
committed
Install SDK 0.12.0 in addition to 0.11.4
Signed-off-by: Kumar Gala <kumar.gala@linaro.org>
1 parent c82ab65 commit e9094f3

1 file changed

Lines changed: 6 additions & 0 deletions

File tree

shippable/install_sdk.sh

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,3 +7,9 @@ chmod +x zephyr-sdk-${VERSION}-setup.run
77
./zephyr-sdk-${VERSION}-setup.run --quiet -- -d /opt/sdk/zephyr-sdk-${VERSION}
88
rm zephyr-sdk-${VERSION}-setup.run
99

10+
VERSION=0.12.0
11+
wget -q https://github.com/zephyrproject-rtos/sdk-ng/releases/download/v${VERSION}/zephyr-sdk-${VERSION}-x86_64-linux-setup.run
12+
chmod +x zephyr-sdk-${VERSION}-x86_64-linux-setup.run
13+
14+
./zephyr-sdk-${VERSION}-x86_64-linux-setup.run --quiet -- -d /opt/sdk/zephyr-sdk-${VERSION}
15+
rm zephyr-sdk-${VERSION}-x86_64-linux-setup.run

0 commit comments

Comments
 (0)