Skip to content

Commit

Permalink
macOS disabled
Browse files Browse the repository at this point in the history
  • Loading branch information
soumeh01 committed Aug 2, 2024
1 parent 8fc10f7 commit 7629a11
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 11 deletions.
7 changes: 0 additions & 7 deletions .github/matrix_includes.json
Original file line number Diff line number Diff line change
@@ -1,11 +1,4 @@
[
{
"runs_on":"macos-13",
"target":"darwin",
"arch": "amd64",
"binary_extension": "",
"runOnBranch":"always"
},
{
"runs_on":"ubuntu-22.04",
"target":"linux",
Expand Down
2 changes: 1 addition & 1 deletion test/pack_example_tests.csv
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
*** Test Cases ***;${pack_id};${expect};[Tags];[Documentation]
NXP::FRDM-K32L3A6_BSP.17.0.0;NXP::FRDM-K32L3A6_BSP@17.0.0;${0};;
NXP::LPCXpresso55S69_BSP.18.0.0;NXP::LPCXpresso55S69_BSP@18.0.0;${0};;
NXP::FRDM-K32L3A6_BSP.18.0.0;NXP::FRDM-K32L3A6_BSP@18.0.0;${0};;
6 changes: 5 additions & 1 deletion test/remote_example_tests.csv
Original file line number Diff line number Diff line change
@@ -1,2 +1,6 @@
*** Test Cases ***;${github_url};${cbuildgen_expect};${cbuild2cmake_expect};[Tags];[Documentation]
Blinky_NUCLEO-G0B1RE;https://github.com/Arm-Examples/Blinky_NUCLEO-G0B1RE;${0};${1};;This example doesn't work with cbuild2cmake as sysmbols are defined multiple times
Hello_FRDM-K32L3A6;https://github.com/Arm-Examples/Hello_FRDM-K32L3A6;${0};${0};;
Hello_LPCXpresso55S69;https://github.com/Arm-Examples/Hello_LPCXpresso55S69;${0};${0};;
Blinky_NUCLEO-G0B1RE;https://github.com/Arm-Examples/Blinky_NUCLEO-G0B1RE;${0};${1};;This example doesn't work with cbuild2cmake as sysmbols are defined multiple times
keil-studio-get-started;https://github.com/Arm-Examples/keil-studio-get-started;${0};${0};;
Hello_AVH;https://github.com/Arm-Examples/Hello_AVH;${0};${0};;
4 changes: 2 additions & 2 deletions test/resources/exec.resource
Original file line number Diff line number Diff line change
Expand Up @@ -43,8 +43,8 @@ Build Example With cbuildgen
Build Example With cbuild2cmake
[Documentation] Build the csolution example with cbuild2cmake
[Arguments] ${input_file} ${expect} ${args}=@{EMPTY}
${args_Ex}= Copy List ${args}
Append To List ${args_Ex} --cbuild2cmake
${args_Ex}= Copy List ${args}
Append To List ${args_Ex} --cbuild2cmake
${ret_code}= Run cbuild ${input_file} ${EMPTY} ${args_Ex}
Should Be Equal ${ret_code} ${expect} msg=Unexpected status returned by cbuild2cmake execution

Expand Down

0 comments on commit 7629a11

Please sign in to comment.