We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3c58101 commit 1bd63b1Copy full SHA for 1bd63b1
Dockerfile
@@ -1,9 +1,10 @@
1
FROM zephyrprojectrtos/ci:latest AS base
2
3
RUN \
4
- git clone https://github.com/arduino/ArduinoCore-API.git .ArduinoCore-API \
+ 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 \
6
&& sed '/WCharacter.h/ s/./\/\/ &/' .ArduinoCore-API/api/ArduinoAPI.h > .ArduinoCore-API/api/tmpArduinoAPI.h \
7
&& mv .ArduinoCore-API/api/tmpArduinoAPI.h .ArduinoCore-API/api/ArduinoAPI.h \
8
# && ln -sf ~/.ArduinoCore-API/api cores/arduino/. \
- && ls -la \
9
+ && ls -la && ls -la home/* \
10
&& printf '%s\n' "Module Successfully setup..."
0 commit comments