File tree Expand file tree Collapse file tree 1 file changed +1
-6
lines changed Expand file tree Collapse file tree 1 file changed +1
-6
lines changed Original file line number Diff line number Diff line change @@ -6,18 +6,13 @@ version: 2
6
6
jobs :
7
7
build :
8
8
docker :
9
- - image : circleci/python:3.6.1
9
+ - image : mbedos/mbed-os-env:stable
10
10
working_directory : ~/repo
11
11
steps :
12
12
- checkout :
13
13
path : work/sinppet/TESTS
14
14
- 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
19
15
- run : git clone https://github.com/ARMmbed/mbed-os.git work/mbed-os
20
- - run : sudo pip install -r work/mbed-os/requirements.txt
21
16
- run : |
22
17
cd work
23
18
mbed config root .
You can’t perform that action at this time.
0 commit comments