Skip to content

Commit 116d247

Browse files
committed
tools/ci.sh: Renamed as per new target names.
Signed-off-by: jaenrig-ifx <enriquezgarcia.external@infineon.com>
1 parent cbbf23c commit 116d247

1 file changed

Lines changed: 3 additions & 4 deletions

File tree

tools/ci.sh

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -376,12 +376,11 @@ function ci_psoc6_setup {
376376

377377
function ci_psoc6_build {
378378
board=$1
379-
docker exec mtb-ci make mtb_init BOARD=${board}
380-
docker exec mtb-ci make
379+
docker exec mtb-ci make BOARD=${board}
381380
}
382381

383382
function ci_psoc6_deploy {
384-
docker exec mtb-ci make program
383+
docker exec mtb-ci make deploy
385384
}
386385

387386
function ci_psoc6_flash_multiple_devices {
@@ -390,7 +389,7 @@ function ci_psoc6_flash_multiple_devices {
390389
hex_file=$2
391390
devs_file=$3
392391

393-
docker exec mtb-ci make program_multi BOARD=${board} EXT_HEX_FILE=../../${hex_file} DEVS_FILE=../../${devs_file}
392+
docker exec mtb-ci make qdeploy_multi BOARD=${board} EXT_HEX_FILE=../../${hex_file} DEVS_FILE=../../${devs_file}
394393
}
395394

396395
function ci_psoc6_run_tests {

0 commit comments

Comments
 (0)