mirror of
https://github.com/SoftEtherVPN/SoftEtherVPN.git
synced 2024-11-09 03:00:41 +03:00
travis-ci: do not do anything on tag, source is packed automatically
This commit is contained in:
parent
dbfc990701
commit
bc1070a7fd
16
.travis.yml
16
.travis.yml
@ -35,22 +35,6 @@ matrix:
|
|||||||
script:
|
script:
|
||||||
- cd developer_tools/stbchecker
|
- cd developer_tools/stbchecker
|
||||||
- dotnet run ../../src/bin/hamcore
|
- dotnet run ../../src/bin/hamcore
|
||||||
- env: LABEL="create release from tag"
|
|
||||||
os: linux
|
|
||||||
deploy:
|
|
||||||
provider: releases
|
|
||||||
api_key: ${GITHUB_OAUTH_TOKEN}
|
|
||||||
file: se.tar.gz
|
|
||||||
skip_cleanup: true
|
|
||||||
on:
|
|
||||||
tags: true
|
|
||||||
repo: SoftEtherVPN/SoftEtherVPN
|
|
||||||
before_install:
|
|
||||||
- true
|
|
||||||
before_script:
|
|
||||||
- if [ -z "$TRAVIS_TAG" ]; then exit 0; fi
|
|
||||||
script:
|
|
||||||
- true
|
|
||||||
- os: osx
|
- os: osx
|
||||||
compiler: clang
|
compiler: clang
|
||||||
before_install:
|
before_install:
|
||||||
|
Loading…
Reference in New Issue
Block a user