mirror of
https://github.com/kou029w/microbit-life-of-game.git
synced 2025-01-19 00:08:00 +00:00
Create .travis.yml
This commit is contained in:
parent
b5c7603b61
commit
88ea2d55f8
1 changed files with 14 additions and 0 deletions
14
.travis.yml
Normal file
14
.travis.yml
Normal file
|
@ -0,0 +1,14 @@
|
|||
language: python
|
||||
sudo: false
|
||||
python:
|
||||
- 2.7
|
||||
addons:
|
||||
apt:
|
||||
packages:
|
||||
- cmake
|
||||
- build-essential
|
||||
- ninja-build
|
||||
install:
|
||||
- pip install yotta
|
||||
script:
|
||||
- yt build
|
Loading…
Add table
Reference in a new issue