My personal projects

.circleci/config.yml

Committer:
macez
Date:
2021-01-19
Revision:
0:ecd984e9f637

File content as of revision 0:ecd984e9f637:

# Python CircleCI 2.0 configuration file
#
# Check https://circleci.com/docs/2.0/language-python/ for more details
#
version: 2
jobs:
  build:
    docker:
      - image: mbedos/mbed-os-env:stable
    working_directory: ~
    steps:
      - checkout:
          path: mbed-os-example-blinky
      - run: |
          cd mbed-os-example-blinky
          mbed deploy
          mbed compile -t GCC_ARM -m K64F