microbit-life-of-game/.travis.yml

19 lines
257 B
YAML
Raw Normal View History

2018-01-03 13:50:01 +09:00
language: python
sudo: false
python:
- 2.7
addons:
apt:
packages:
- cmake
- build-essential
- ninja-build
install:
2018-01-03 14:13:12 +09:00
- pip install -U yotta
2018-01-03 13:50:01 +09:00
script:
- yt build
2018-01-03 14:00:22 +09:00
notifications:
email:
on_success: change
on_failure: change