1
0
forked from ErnyTech/JTDLib
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

47 lines
659 B
YAML
Raw Normal View History

2020-08-18 14:46:47 +02:00
language: shell
os:
- linux
- windows
osx_image: xcode10.1
2020-08-18 15:22:34 +02:00
arch:
- amd64
- arm64
jobs:
include:
- os: linux
arch: amd64
- os: linux
arch: arm64
- os: windows
arch: amd64
2020-08-18 15:33:03 +02:00
cache:
bundler: true
cocoapods: true
ccache: true
directories:
- .autoconf
- $HOME/.m2
2020-08-18 14:46:47 +02:00
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" == "windows" ]]; then
bash travis/win.sh;
fi