We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b569909 commit 915aa8fCopy full SHA for 915aa8f
.github/workflows/compile.yml
@@ -14,6 +14,7 @@ jobs:
14
mbed_target:
15
# Change the below to match the target(s) you want to compile the project for.
16
- K64F
17
+ - MIMXRT1060_EVK
18
19
steps:
20
- name: Checkout
@@ -36,5 +37,5 @@ jobs:
36
37
- name: Build project for ${{ matrix.mbed_target }}
38
run: |
39
mkdir build && cd build
- cmake .. -GNinja -DMBED_TARGET=${{ matrix.mbed_target }} -DMCUBOOT_SIGNING_KEY=signing-keys.pem
40
+ cmake .. -GNinja -DMBED_TARGET=${{ matrix.mbed_target }} -DUPLOAD_METHOD=NONE -DMCUBOOT_SIGNING_KEY=signing-keys.pem
41
ninja
0 commit comments