Skip to content

Commit

Permalink
Reenable one MCU
Browse files Browse the repository at this point in the history
  • Loading branch information
multiplemonomials authored Sep 22, 2024
1 parent 37dd497 commit 240455c
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions .github/workflows/greentea_cmake.yml
Original file line number Diff line number Diff line change
@@ -1,14 +1,14 @@
name: test building greentea tests with cmake
name: Test that Mbed and Greentea tests compile for each MCU family.
on: [pull_request]

jobs:
build-greentea-cmake:
runs-on: ubuntu-latest
container: ghcr.io/armmbed/mbed-os-env:master-latest

# strategy:
# matrix:
# include:
strategy:
matrix:
include:
## For this matrix, we choose one target from each MCU target family that Mbed supports.
## The target families can be seen here:
## https://mbed-ce.github.io/mbed-ce-test-tools/targets/index.html
Expand All @@ -17,8 +17,8 @@ jobs:
## can compile the netsocket tests.

# NXP MCUs
# - target: LPC1768
# baremetal: 0
- target: LPC1768
baremetal: 0
# - target: LPC546XX
# baremetal: 0
# - target: MIMXRT1060_EVK
Expand Down

0 comments on commit 240455c

Please sign in to comment.