mtgos-kernel/.travis.yml
Morten Delenk 51d11e8fe9 attempt 2
2017-08-26 11:21:12 +01:00

23 lines
371 B
YAML

language: python
install:
- cd ~
- git clone --depth=1 https://github.com/MTGos/cross-compilers opt
- cd -
python:
- "3.4"
script:
- bash do_all.sh
- cd out
deploy:
provider: pages
skip_cleanup: true
github_token: $GITHUB_TOKEN
on:
branch: master
target_branch: kernel
repo: https://github.com/MTGos/nightlies