enable deploy to travis on new tag

This commit is contained in:
Balazs Benics 2019-07-28 22:29:21 +02:00
parent 707bb945fd
commit 231ea223c8
2 changed files with 3 additions and 9 deletions

View file

@ -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

View file

@ -3,14 +3,11 @@ build: false
environment:
PYTHON: "C:\\Python37"
CONAN_UPLOAD: "https://api.bintray.com/conan/steakhal/development"
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'