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 6c8c6f1
Show file tree
Hide file tree
Showing 3 changed files with 12 additions and 8 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
3 changes: 3 additions & 0 deletions test/pack_example_tests.csv
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
*** 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::LPCXpresso55S69_USB_Examples.1.0.0;NXP::LPCXpresso55S69_USB_Examples@1.0.0;${0};;
NXP::FRDM-K32L3A6_BSP.18.0.0;NXP::FRDM-K32L3A6_BSP@18.0.0;${0};;
NXP::MIMXRT1060-EVKB_BSP.18.0.0;NXP::MIMXRT1060-EVKB_BSP@18.0.0;${0};;
10 changes: 9 additions & 1 deletion test/remote_example_tests.csv
Original file line number Diff line number Diff line change
@@ -1,2 +1,10 @@
*** 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_B-U585I-IOT02A;https://github.com/Arm-Examples/Hello_B-U585I-IOT02A;${0};${0};;
Hello_FRDM-K32L3A6;https://github.com/Arm-Examples/Hello_FRDM-K32L3A6;${0};${0};;
Hello_IMXRT1050-EVKB;https://github.com/Arm-Examples/Hello_IMXRT1050-EVKB;${0};${0};;
Hello_LPCXpresso55S69;https://github.com/Arm-Examples/Hello_LPCXpresso55S69;${0};${0};;
Blinky_FRDM-K32L3A6;https://github.com/Arm-Examples/Blinky_FRDM-K32L3A6;${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
Blinky_NUCLEO-F756ZG;https://github.com/Arm-Examples/Blinky_NUCLEO-F756ZG;${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};;

0 comments on commit 6c8c6f1

Please sign in to comment.