Skip to content

Commit 1bd63b1

Browse files
committed
west update project in dockerfikle1:
Signed-off-by: Dhruva Gole <goledhruva@gmail.com>
1 parent 3c58101 commit 1bd63b1

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

Dockerfile

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,10 @@
11
FROM zephyrprojectrtos/ci:latest AS base
22

33
RUN \
4-
git clone https://github.com/arduino/ArduinoCore-API.git .ArduinoCore-API \
4+
west init -m https://github.com/DhruvaG2000/arduino-core-testing.git && west update \
5+
&& git clone https://github.com/arduino/ArduinoCore-API.git .ArduinoCore-API \
56
&& sed '/WCharacter.h/ s/./\/\/ &/' .ArduinoCore-API/api/ArduinoAPI.h > .ArduinoCore-API/api/tmpArduinoAPI.h \
67
&& mv .ArduinoCore-API/api/tmpArduinoAPI.h .ArduinoCore-API/api/ArduinoAPI.h \
78
# && ln -sf ~/.ArduinoCore-API/api cores/arduino/. \
8-
&& ls -la \
9+
&& ls -la && ls -la home/* \
910
&& printf '%s\n' "Module Successfully setup..."

0 commit comments

Comments
 (0)