csharp-sdk-upm/.travis.yml

21 lines
407 B
YAML
Raw Normal View History

2019-07-19 16:58:44 +08:00
language: csharp
solution: csharp-sdk.sln
before_install:
- sudo apt-get install doxygen
addons:
apt:
update: true
before_deploy:
- sh ./script/package.sh
deploy:
provider: releases
2019-07-19 17:40:38 +08:00
api_key: 85c848bca12158cc6fd7a3262b64aec6956591bf
2019-07-19 16:58:44 +08:00
file: LeanCloud-CSharp-SDK.zip
skip_cleanup: true
on:
repo: leancloud/csharp-sdk
2019-07-19 17:11:25 +08:00
# tags: true
2019-07-19 16:58:44 +08:00
after_deploy:
- doxygen Doxyfile
- sh ./script/deploy.sh