Update main2.yml

This commit is contained in:
Lee Lup Yuen 2020-07-28 14:29:58 +08:00 committed by GitHub
parent cb5b69b904
commit 2ddf1ed2f3
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 2 deletions

View File

@ -95,7 +95,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 ../
#########################################################################################
# Make and upload pinetime-mcuboot-app
# Make and Upload DFU Package
# pinetime-mcuboot-app.img must be flashed at address 0x8000 in the internal flash memory with OpenOCD:
# program image.bin 0x8000
@ -124,7 +124,7 @@ jobs:
path: build/src/pinetime-mcuboot-app-dfu.zip
#########################################################################################
# Make and upload pinetime-app
# Make and Upload pinetime-app
- name: Make pinetime-app
run: cd build && make pinetime-app