mirror of
https://github.com/SoftEtherVPN/SoftEtherVPN.git
synced 2024-11-22 09:29:52 +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:
|
||||
- cd developer_tools/stbchecker
|
||||
- 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
|
||||
compiler: clang
|
||||
before_install:
|
||||
|
Loading…
Reference in New Issue
Block a user