andreacavalli
/
JTDLib
Archived
forked from ErnyTech/JTDLib
1
0
Fork 0
This repository has been archived on 2020-08-18. You can view files and clone it, but cannot push or open issues or pull requests.
JTDLib/.travis.yml

31 lines
500 B
YAML

language: shell
os:
- linux
# - osx
- 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
# if [[ "$TRAVIS_OS_NAME" == "osx" ]]; then
# bash travis/mac.sh;
# fi
if [[ "$TRAVIS_OS_NAME" == "windows" ]]; then
bash travis/win.sh;
fi