update ci enable log verbose
This commit is contained in:
@@ -90,6 +90,7 @@ jobs:
|
|||||||
-DCMAKE_BUILD_TYPE=Release \
|
-DCMAKE_BUILD_TYPE=Release \
|
||||||
-DPICO_SDK_PATH="$PICO_SDK_PATH" \
|
-DPICO_SDK_PATH="$PICO_SDK_PATH" \
|
||||||
-DENABLE_SERIAL=ON
|
-DENABLE_SERIAL=ON
|
||||||
|
-DENABLE_VERBOSE=ON
|
||||||
cmake --build build/debug --target ds5-bridge
|
cmake --build build/debug --target ds5-bridge
|
||||||
cp build/debug/ds5-bridge.uf2 artifacts/ds5-bridge-debug.uf2
|
cp build/debug/ds5-bridge.uf2 artifacts/ds5-bridge-debug.uf2
|
||||||
|
|
||||||
|
|||||||
@@ -93,6 +93,7 @@ jobs:
|
|||||||
-DCMAKE_BUILD_TYPE=Release \
|
-DCMAKE_BUILD_TYPE=Release \
|
||||||
-DPICO_SDK_PATH="$PICO_SDK_PATH" \
|
-DPICO_SDK_PATH="$PICO_SDK_PATH" \
|
||||||
-DENABLE_SERIAL=ON
|
-DENABLE_SERIAL=ON
|
||||||
|
-DENABLE_VERBOSE=ON
|
||||||
cmake --build build/debug --target ds5-bridge
|
cmake --build build/debug --target ds5-bridge
|
||||||
cp build/debug/ds5-bridge.uf2 "artifacts/ds5-bridge-debug-${{ github.event.release.tag_name }}.uf2"
|
cp build/debug/ds5-bridge.uf2 "artifacts/ds5-bridge-debug-${{ github.event.release.tag_name }}.uf2"
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user