tdlight-java/.travis.yml

31 lines
500 B
YAML
Raw Normal View History

2020-08-18 14:46:47 +02:00
language: shell
os:
- linux
2020-08-18 15:10:38 +02:00
# - osx
2020-08-18 14:46:47 +02:00
- windows
osx_image: xcode10.1
deploy:
provider: pages
skip-cleanup: true
github-token: $GITHUB_TOKEN
keep-history: true
local-dir: out
repo: tdlight-team/tdlib-docs
on:
branch: master
script: |
if [[ "$TRAVIS_OS_NAME" == "linux" ]]; then
bash travis/linux.sh;
fi
2020-08-18 15:10:38 +02:00
# if [[ "$TRAVIS_OS_NAME" == "osx" ]]; then
# bash travis/mac.sh;
# fi
2020-08-18 14:46:47 +02:00
if [[ "$TRAVIS_OS_NAME" == "windows" ]]; then
bash travis/win.sh;
fi