|
22 | 22 | # add missing libraries |
23 | 23 | export GITHUB="https://github.com/Arduino-CI" |
24 | 24 | if [ -d "./Adafruit_BusIO" ]; then |
| 25 | + echo update Adafruit_BusIO |
25 | 26 | (cd Adafruit_BusIO; git pull) |
26 | 27 | else |
27 | 28 | git clone $SHALLOW_MASTER $GITHUB/Adafruit_BusIO.git |
28 | 29 | fi |
29 | 30 |
|
30 | 31 | if [ -d "./Adafruit_MAX31865" ]; then |
| 32 | + echo update Adafruit_MAX31865 |
31 | 33 | (cd Adafruit_MAX31865; git pull) |
32 | 34 | else |
33 | 35 | git clone $SHALLOW_MAIN $GITHUB/Adafruit_MAX31865.git |
34 | 36 | fi |
35 | 37 |
|
36 | 38 | if [ -d "./Ethernet" ]; then |
| 39 | + echo update Ethernet |
37 | 40 | (cd Ethernet; git pull) |
38 | 41 | else |
39 | 42 | git clone $SHALLOW_MASTER $GITHUB/Ethernet.git |
40 | 43 | fi |
41 | 44 |
|
42 | 45 | if [ -d "./LiquidCrystal" ]; then |
| 46 | + echo update LiquidCrystal |
43 | 47 | (cd LiquidCrystal; git pull) |
44 | 48 | else |
45 | 49 | git clone $SHALLOW_MASTER $GITHUB/LiquidCrystal.git |
46 | 50 | fi |
47 | 51 |
|
48 | 52 | if [ -d "./RTClib" ]; then |
| 53 | + echo update RTClib |
49 | 54 | (cd RTClib; git pull) |
50 | 55 | else |
51 | 56 | git clone $SHALLOW_MASTER $GITHUB/RTClib.git |
52 | 57 | fi |
53 | 58 |
|
54 | 59 | if [ -d "./Keypad" ]; then |
| 60 | + echo update Keypad |
55 | 61 | (cd Keypad; git pull) |
56 | 62 | else |
57 | 63 | git clone $SHALLOW_MASTER $GITHUB/Keypad.git |
58 | 64 | fi |
59 | 65 |
|
60 | 66 | if [ -d "./Arduino-PID-Library" ]; then |
| 67 | + echo update Arduino-PID-Library |
61 | 68 | (cd Arduino-PID-Library; git pull) |
62 | 69 | else |
63 | 70 | git clone $SHALLOW_MASTER $GITHUB/Arduino-PID-Library.git |
64 | 71 | fi |
65 | 72 |
|
66 | 73 | if [ -d "./Arduino-PID-AutoTune-Library" ]; then |
| 74 | + echo update Arduino-PID-AutoTune-Library |
67 | 75 | (cd Arduino-PID-AutoTune-Library; git pull) |
68 | 76 | else |
69 | 77 | git clone $SHALLOW_MASTER $GITHUB/Arduino-PID-AutoTune-Library.git |
70 | 78 | fi |
71 | 79 |
|
72 | 80 | if [ -d "./SD" ]; then |
| 81 | + echo update SD |
73 | 82 | (cd SD; git pull) |
74 | 83 | else |
75 | 84 | git clone $SHALLOW_MAIN $GITHUB/SD.git |
|
0 commit comments