Skip to content

Commit

Permalink
ci disable OTA
Browse files Browse the repository at this point in the history
  • Loading branch information
G1K committed Feb 21, 2021
1 parent 1e4c368 commit 8ede5c5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/c-cpp.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ jobs:
id: make
run: |
for CHIP in JN5169 JN5168; do for BAUD in 115200 1000000; do for GP in 0 1; do for DEBUG in NONE LOG; do
make -j$(($(nproc)+1)) -C $BUILD_DIR P_SUPPORT=$GP BAUD=$BAUD JENNIC_CHIP=$CHIP JENNIC_CHIP_FAMILY=JN516x DEBUG=$DEBUG
make -j$(($(nproc)+1)) -C $BUILD_DIR P_SUPPORT=$GP BAUD=$BAUD JENNIC_CHIP=$CHIP JENNIC_CHIP_FAMILY=JN516x DEBUG=$DEBUG OTA=0
make -C $BUILD_DIR BAUD=0 clean
done done done done
echo "::set-output name=status::success"
Expand Down

0 comments on commit 8ede5c5

Please sign in to comment.