added travis yaml file
This commit is contained in:
parent
f60de0c6a7
commit
6baaba79a2
1 changed files with 23 additions and 0 deletions
23
.travis.yml
Normal file
23
.travis.yml
Normal file
|
@ -0,0 +1,23 @@
|
|||
language: python
|
||||
|
||||
install:
|
||||
- cd ~
|
||||
- git clone --depth=1 https://github.com/MTGos/cross-compilers opt
|
||||
- sudo apt-get install cmake
|
||||
|
||||
python:
|
||||
- "3.4"
|
||||
|
||||
script:
|
||||
- bash do_all.sh
|
||||
|
||||
deploy:
|
||||
provider: pages
|
||||
skip_cleanup: true
|
||||
github_token: $GITHUB_TOKEN
|
||||
on:
|
||||
branch: master
|
||||
target_branch: kernel
|
||||
repo: https://github.com/MTGos/nightlies
|
||||
local_dir: ~/kernel/out/
|
||||
|
Loading…
Reference in a new issue