File tree 1 file changed +0
-52
lines changed
1 file changed +0
-52
lines changed Original file line number Diff line number Diff line change 22
22
large-packages : true
23
23
docker-images : true
24
24
swap-storage : true
25
-
26
- build :
27
- runs-on : ubuntu-latest
28
- container : zephyrprojectrtos/ci:latest
29
- env :
30
- CMAKE_PREFIX_PATH : /opt/toolchains
31
- steps :
32
-
33
- - name : Free Disk Space (Ubuntu)
34
- uses : jlumbroso/free-disk-space@main
35
- with :
36
- # this might remove tools that are actually needed,
37
- # if set to "true" but frees about 6 GB
38
- tool-cache : false
39
-
40
- # all of these default to true, but feel free to set to
41
- # "false" if necessary for your workflow
42
- android : true
43
- dotnet : true
44
- haskell : true
45
- large-packages : true
46
- docker-images : true
47
- swap-storage : true
48
-
49
- - name : Checkout
50
- uses : actions/checkout@v2
51
- with :
52
- path : Arduino-Zephyr-API
53
-
54
- - name : Initialize
55
- working-directory : Arduino-Zephyr-API
56
- run : |
57
- west init -m https://github.com/zephyrproject-rtos/gsoc-2022-arduino-core.git
58
- west update
59
- git clone https://github.com/arduino/ArduinoCore-API.git ArduinoCore-API
60
- cp -r ArduinoCore-API/api modules/lib/Arduino-Zephyr-API/cores/arduino/.
61
-
62
- - name : Build fade
63
- working-directory : Arduino-Zephyr-API
64
- run : |
65
- west build -p -b arduino_nano_33_ble_sense samples/fade
66
-
67
- - name : Build i2cdemo
68
- working-directory : Arduino-Zephyr-API
69
- run : |
70
- west build -p -b arduino_nano_33_ble_sense samples/i2cdemo
71
-
72
- - name : Build adc
73
- working-directory : Arduino-Zephyr-API
74
- run : |
75
- west build -p -b beagleconnect_freedom samples/analog_input
76
-
You can’t perform that action at this time.
0 commit comments