Skip to content

Commit

Permalink
Adding Circle CI config
Browse files Browse the repository at this point in the history
  • Loading branch information
bridadan committed Apr 12, 2016
1 parent 7996649 commit 1add211
Showing 1 changed file with 17 additions and 0 deletions.
17 changes: 17 additions & 0 deletions circle.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,17 @@
test:
override:
- cd ../testproject
- python ../neo/neo.py compile -m K64F -t GCC_ARM -j 0 --source=mbed-os\TESTS\integration\basic

dependencies:
pre:
- cd ../
- ls
- git clone https://github.com/ARMmbed/neo.git
- mkdir testproject
- mv mbed-os testproject
- cd testproject
- git init
- sudo add-apt-repository ppa:team-gcc-arm-embedded/ppa
- sudo apt-get update
- sudo apt-get install gcc-arm-embedded

0 comments on commit 1add211

Please sign in to comment.