Skip to content

Commit 2898b0e

Browse files
author
Qinghao Shi
authored
Merge pull request #61 from jamesbeyond/docker_update
update docker to mbed-os official docker image
2 parents 8375c52 + 60ca96e commit 2898b0e

File tree

1 file changed

+1
-6
lines changed

1 file changed

+1
-6
lines changed

.circleci/config.yml

Lines changed: 1 addition & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -6,18 +6,13 @@ version: 2
66
jobs:
77
build:
88
docker:
9-
- image: circleci/python:3.6.1
9+
- image: mbedos/mbed-os-env:stable
1010
working_directory: ~/repo
1111
steps:
1212
- checkout:
1313
path: work/sinppet/TESTS
1414
- run: mv work/sinppet/TESTS/mbed-os.lib work/
15-
- run: wget -q https://developer.arm.com/-/media/Files/downloads/gnu-rm/6_1-2017q1/gcc-arm-none-eabi-6-2017-q1-update-linux.tar.bz2
16-
- run: tar -xjf gcc-arm-none-eabi-6-2017-q1-update-linux.tar.bz2
17-
- run: echo 'export PATH=~/repo/gcc-arm-none-eabi-6-2017-q1-update/bin:$PATH' >> $BASH_ENV
18-
- run: sudo pip install mbed-cli
1915
- run: git clone https://github.com/ARMmbed/mbed-os.git work/mbed-os
20-
- run: sudo pip install -r work/mbed-os/requirements.txt
2116
- run: |
2217
cd work
2318
mbed config root .

0 commit comments

Comments
 (0)