Skip to content

Commit

Permalink
Fix CI for gap_sdk v4.22.0
Browse files Browse the repository at this point in the history
  • Loading branch information
gemenerik committed Apr 11, 2024
1 parent 6406ef6 commit 78a7d10
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/CI.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,13 +28,13 @@ jobs:
run: docker run --rm -v ${PWD}:/module bitcraze/aideck tools/build/build

- name: build test_camera example
run: docker run --rm -v ${PWD}:/module bitcraze/aideck tools/build/make-example examples/other/test_functionalities/test_camera all
run: docker run --rm -v ${PWD}:/module bitcraze/aideck tools/build/make-example examples/other/test_functionalities/test_camera build image

- name: build uart_send_char example
run: docker run --rm -v ${PWD}:/module bitcraze/aideck tools/build/make-example examples/other/test_functionalities/uart_send_char all
run: docker run --rm -v ${PWD}:/module bitcraze/aideck tools/build/make-example examples/other/test_functionalities/uart_send_char build image

- name: build com-test example
run: docker run --rm -v ${PWD}:/module bitcraze/aideck tools/build/make-example examples/other/com-test all image
run: docker run --rm -v ${PWD}:/module bitcraze/aideck tools/build/make-example examples/other/com-test build image

- name: rename bin file
run: cp examples/other/com-test/BUILD/GAP8_V2/GCC_RISCV_FREERTOS/target.board.devices.flash.img aideck_gap8.bin
Expand Down
2 changes: 1 addition & 1 deletion tools/build/build
Original file line number Diff line number Diff line change
Expand Up @@ -3,4 +3,4 @@ set -e

scriptDir=$( cd "$( dirname "${BASH_SOURCE[0]}" )" && pwd )

${scriptDir}/make-example examples/other/wifi-img-streamer all image SETUP_WIFI_AP=1
${scriptDir}/make-example examples/other/wifi-img-streamer build image SETUP_WIFI_AP=1

0 comments on commit 78a7d10

Please sign in to comment.