fix release run on tags (#3046)

This commit is contained in:
tooomm 2018-01-23 18:58:56 +01:00 committed by Zach H
parent 03d0a84ef5
commit 04ab3d7f13

View file

@ -14,14 +14,14 @@ matrix:
dist: trusty
group: stable
env: BUILDTYPE=Release
if: branch = master AND NOT type = pull_request
if: (branch = master AND NOT type = pull_request) OR tag IS present
- os: osx
osx_image: xcode8
env: BUILDTYPE=Debug
- os: osx
osx_image: xcode8
env: BUILDTYPE=Release
if: branch = master AND NOT type = pull_request
if: (branch = master AND NOT type = pull_request) OR tag IS present
#install dependencies for container-based "linux" builds
addons: