Skip to content

Commit 8f1ddd3

Browse files
author
Qinghao Shi
committed
add circleci
1 parent c4812cf commit 8f1ddd3

File tree

1 file changed

+23
-0
lines changed

1 file changed

+23
-0
lines changed

.circleci/config.yml

Lines changed: 23 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,23 @@
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: circleci/python:3.6.1
10+
working_directory: ~/repo
11+
steps:
12+
- checkout:
13+
14+
- run:
15+
name: install dependencies
16+
command: |
17+
git clone https://github.com/ARMmbed/mbed-os.git
18+
pip install -r mbed-os/requirements.txt
19+
20+
- run:
21+
name: check files
22+
command: |
23+
mbed test --help

0 commit comments

Comments
 (0)