mirror of
https://github.com/Qv2ray/Qv2ray.git
synced 2025-05-27 14:31:52 +08:00
14 lines
288 B
YAML
14 lines
288 B
YAML
language: shell
|
|
os: linux
|
|
dist: bionic
|
|
|
|
script:
|
|
- echo Refreshing launchpad repository
|
|
|
|
deploy:
|
|
- provider: launchpad
|
|
slug: "~ymshenyu/qv2ray/+git/trunk"
|
|
oauth_token: $LAUNCHPAD_OAUTH_TOKEN
|
|
oauth_token_secret: $LAUNCHPAD_OAUTH_TOKEN_SECRET
|
|
on:
|
|
all_branches: true |