Skip to content

Commit

Permalink
Add Mod17 to nightly builds
Browse files Browse the repository at this point in the history
  • Loading branch information
cifred98 authored and n1zzo committed Sep 27, 2022
1 parent 5ff74aa commit 28408fb
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 0 deletions.
7 changes: 7 additions & 0 deletions meson.build
Original file line number Diff line number Diff line change
Expand Up @@ -630,6 +630,13 @@ foreach t : targets

# Module17 also uses dfu-tool for flashing
elif name == 'openrtx_mod17'

# Wrap target for Module17 for consistency, same output as bin target
custom_target(name+'_wrap',
output : name+'_wrap',
input : exe,
command : [objcopy, '-O', 'binary', '@INPUT@', '@OUTPUT@'])


custom_target(name+'_flash',
input : bin,
Expand Down
1 change: 1 addition & 0 deletions scripts/nightly_build.sh
Original file line number Diff line number Diff line change
Expand Up @@ -61,6 +61,7 @@ TARGETS=(
"openrtx_mduv3x0_wrap"
"openrtx_gd77_wrap"
"openrtx_dm1801_wrap"
"openrtx_mod17_wrap"
)

#Preparation
Expand Down

0 comments on commit 28408fb

Please sign in to comment.