We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7996649 commit 1add211Copy full SHA for 1add211
circle.yml
@@ -0,0 +1,17 @@
1
+test:
2
+ override:
3
+ - cd ../testproject
4
+ - python ../neo/neo.py compile -m K64F -t GCC_ARM -j 0 --source=mbed-os\TESTS\integration\basic
5
+
6
+dependencies:
7
+ pre:
8
+ - cd ../
9
+ - ls
10
+ - git clone https://github.com/ARMmbed/neo.git
11
+ - mkdir testproject
12
+ - mv mbed-os testproject
13
+ - cd testproject
14
+ - git init
15
+ - sudo add-apt-repository ppa:team-gcc-arm-embedded/ppa
16
+ - sudo apt-get update
17
+ - sudo apt-get install gcc-arm-embedded
0 commit comments