mirror of
https://github.com/kou029w/microbit-life-of-game.git
synced 2025-01-19 00:08:00 +00:00
15 lines
184 B
YAML
15 lines
184 B
YAML
|
language: python
|
||
|
sudo: false
|
||
|
python:
|
||
|
- 2.7
|
||
|
addons:
|
||
|
apt:
|
||
|
packages:
|
||
|
- cmake
|
||
|
- build-essential
|
||
|
- ninja-build
|
||
|
install:
|
||
|
- pip install yotta
|
||
|
script:
|
||
|
- yt build
|