mirror of
https://github.com/ErnyTech-Archive/JTDLib
synced 2024-11-11 22:09:22 +01:00
23 lines
470 B
YAML
23 lines
470 B
YAML
|
language: generic
|
||
|
|
||
|
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: ErnyTech/JTDLib-Pages
|
||
|
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
|