Skip to content

Commit ae89675

Browse files
author
Qinghao Shi
authored
add circle ci (#209)
1 parent b92624b commit ae89675

File tree

1 file changed

+18
-0
lines changed

1 file changed

+18
-0
lines changed

.circleci/config.yml

Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,18 @@
1+
# Python CircleCI 2.0 configuration file
2+
#
3+
# Check https://circleci.com/docs/2.0/language-python/ for more details
4+
#
5+
version: 2
6+
jobs:
7+
build:
8+
docker:
9+
- image: mbedos/mbed-os-env:stable
10+
working_directory: ~
11+
steps:
12+
- checkout:
13+
path: mbed-os-example-blinky
14+
- run: |
15+
cd mbed-os-example-blinky
16+
mbed deploy
17+
mbed compile -t GCC_ARM -m K64F
18+

0 commit comments

Comments
 (0)