Update c-cpp.yml
This commit is contained in:
parent
774325eb12
commit
e5930d54ed
5
.github/workflows/c-cpp.yml
vendored
5
.github/workflows/c-cpp.yml
vendored
@ -64,6 +64,7 @@ jobs:
|
|||||||
run: mkdir -p build && cd build && cmake -DARM_NONE_EABI_TOOLCHAIN_PATH=${{ runner.temp }}/arm-none-eabi -DNRF5_SDK_PATH=${{ runner.temp }}/nrf5_sdk -DUSE_OPENOCD=1 ../
|
run: mkdir -p build && cd build && cmake -DARM_NONE_EABI_TOOLCHAIN_PATH=${{ runner.temp }}/arm-none-eabi -DNRF5_SDK_PATH=${{ runner.temp }}/nrf5_sdk -DUSE_OPENOCD=1 ../
|
||||||
|
|
||||||
- name: Make -j
|
- name: Make -j
|
||||||
run: exit && cd build && make pinetime-app
|
run: cd build && make pinetime-app
|
||||||
|
|
||||||
# Embedded Arm Toolchain and nRF5 SDK will only be cached if the build succeeds
|
# Embedded Arm Toolchain and nRF5 SDK will only be cached if the build succeeds.
|
||||||
|
# So make sure that the first build always succeeds, e.g. comment out the "Make" step.
|
||||||
|
Loading…
Reference in New Issue
Block a user