Skip to content

Commit 0e3ca4f

Browse files
committed
test
Signed-off-by: Dhruva Gole <[email protected]>
1 parent 8264fb1 commit 0e3ca4f

File tree

1 file changed

+0
-50
lines changed

1 file changed

+0
-50
lines changed

.github/workflows/build.yml

-50
Original file line numberDiff line numberDiff line change
@@ -3,29 +3,8 @@ name: Build
33
on: [push, pull_request]
44

55
jobs:
6-
free-disk-space:
7-
runs-on: ubuntu-latest
8-
steps:
9-
10-
- name: Free Disk Space (Ubuntu)
11-
uses: jlumbroso/free-disk-space@main
12-
with:
13-
# this might remove tools that are actually needed,
14-
# if set to "true" but frees about 6 GB
15-
tool-cache: false
16-
17-
# all of these default to true, but feel free to set to
18-
# "false" if necessary for your workflow
19-
android: true
20-
dotnet: true
21-
haskell: true
22-
large-packages: true
23-
docker-images: true
24-
swap-storage: true
25-
266
build:
277
runs-on: ubuntu-latest
28-
container: zephyrprojectrtos/ci:latest
298
env:
309
CMAKE_PREFIX_PATH: /opt/toolchains
3110
steps:
@@ -45,32 +24,3 @@ jobs:
4524
large-packages: true
4625
docker-images: true
4726
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-

0 commit comments

Comments
 (0)