File tree Expand file tree Collapse file tree 1 file changed +6
-9
lines changed Expand file tree Collapse file tree 1 file changed +6
-9
lines changed Original file line number Diff line number Diff line change 1
- name : Build test
1
+ name : Build
2
2
3
3
on : [push, pull_request]
4
4
9
9
env :
10
10
CMAKE_PREFIX_PATH : /opt/toolchains
11
11
steps :
12
+ - name : Checkout
13
+ uses : actions/checkout@v2
14
+ with :
15
+ path : Arduino-Zephyr-API
16
+
12
17
- name : Initialize
13
18
working-directory : Arduino-Zephyr-API
14
19
run : |
19
24
mv ArduinoCore-API/api/tmpArduinoAPI.h ArduinoCore-API/api/ArduinoAPI.h
20
25
cp -r ArduinoCore-API/api modules/lib/Arduino-Zephyr-API/cores/arduino/.
21
26
22
- - name : Checkout
23
- uses : actions/checkout@v3
24
- with :
25
- ref : ${{ github.event.pull_request.head.sha }}
26
- fetch-depth : 0
27
- persist-credentials : false
28
- path : modules/lib/Arduino-Zephyr-API
29
-
30
27
- name : Build fade
31
28
working-directory : Arduino-Zephyr-API
32
29
run : |
You can’t perform that action at this time.
0 commit comments