enable deploy to travis on new tag
This commit is contained in:
parent
707bb945fd
commit
231ea223c8
2 changed files with 3 additions and 9 deletions
|
@ -3,11 +3,8 @@ env:
|
|||
- CONAN_UPLOAD: "https://api.bintray.com/conan/steakhal/development"
|
||||
- CONAN_BUILD_POLICY: "missing"
|
||||
- CONAN_USERNAME: "steakhal"
|
||||
- CONAN_DOCKER_32_IMAGES: 1
|
||||
- CONAN_CHANNEL: "testing"
|
||||
#- CONAN_UPLOAD_DEPENDENCIES="all"
|
||||
- CONAN_STABLE_BRANCH_PATTERN: "release/*"
|
||||
- CONAN_UPLOAD_ONLY_WHEN_STABLE: 1
|
||||
- CONAN_UPLOAD_ONLY_WHEN_TAG: 1
|
||||
|
||||
linux: &linux
|
||||
os: linux
|
||||
|
|
|
@ -6,11 +6,8 @@ environment:
|
|||
CONAN_UPLOAD: "https://api.bintray.com/conan/steakhal/development"
|
||||
CONAN_BUILD_POLICY: "missing"
|
||||
CONAN_USERNAME: "steakhal"
|
||||
CONAN_DOCKER_32_IMAGES: 1
|
||||
CONAN_CHANNEL: "testing"
|
||||
# CONAN_UPLOAD_DEPENDENCIES="all"
|
||||
CONAN_STABLE_BRANCH_PATTERN: "release/*"
|
||||
CONAN_UPLOAD_ONLY_WHEN_STABLE: 1
|
||||
CONAN_UPLOAD_ONLY_WHEN_TAG: 1
|
||||
|
||||
matrix:
|
||||
- MINGW_CONFIGURATIONS: '7@x86_64@seh@posix, 7@x86@dwarf2@posix, 8@x86_64@seh@posix, 8@x86@dwarf2@posix'
|
||||
|
|
Loading…
Reference in a new issue