Skip to content

Commit

Permalink
Merge pull request #229 from ARMmbed/release_candidate
Browse files Browse the repository at this point in the history
Update for mbed-os-6.15.1
  • Loading branch information
mbedmain authored Nov 25, 2021
2 parents f1982ca + 05e9b8d commit 3ad3f1e
Show file tree
Hide file tree
Showing 3 changed files with 56 additions and 64 deletions.
63 changes: 0 additions & 63 deletions .circleci/config.yml

This file was deleted.

55 changes: 55 additions & 0 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,55 @@
name: Build example application

on:
pull_request:
push:

jobs:
build-cli-v1:
container:
image: ghcr.io/armmbed/mbed-os-env:master-latest

runs-on: ubuntu-latest

strategy:
matrix:
target: ["DISCO_l496AG", "WIO_3G", "NRF52840_DK"]
profile: [release, debug, develop]


steps:
-
name: Checkout
uses: actions/checkout@v2

-
name: build-example
run: |
set -e
mbed deploy
mbed compile -t GCC_ARM -m ${{ matrix.target }} --profile ${{ matrix.profile }}
build-cli-v2:
container:
image: ghcr.io/armmbed/mbed-os-env:master-latest

runs-on: ubuntu-latest

strategy:
matrix:
target: ["DISCO_l496AG", "WIO_3G", "NRF52840_DK"]
profile: [release, debug, develop]


steps:
-
name: Checkout
uses: actions/checkout@v2

-
name: build-example-application
run: |
set -e
mbed-tools deploy
mbed-tools compile -t GCC_ARM -m ${{ matrix.target }} --profile ${{ matrix.profile }}
2 changes: 1 addition & 1 deletion mbed-os.lib
Original file line number Diff line number Diff line change
@@ -1 +1 @@
https://github.com/ARMmbed/mbed-os/#4cfbea43cabe86bc3ed7a5287cd464be7a218938
https://github.com/ARMmbed/mbed-os/#2eb06e76208588afc6cb7580a8dd64c5429a10ce

0 comments on commit 3ad3f1e

Please sign in to comment.