travis: remove unneeded debug builds on tags for faster release deployment (#3266)
* add hint * enable condition for debug * enable new conditions
This commit is contained in:
parent
e223f07462
commit
1618e89c41
1 changed files with 4 additions and 0 deletions
|
@ -2,6 +2,8 @@ language: cpp
|
||||||
|
|
||||||
cache: ccache
|
cache: ccache
|
||||||
|
|
||||||
|
conditions: v1
|
||||||
|
|
||||||
|
|
||||||
matrix:
|
matrix:
|
||||||
fast_finish: true
|
fast_finish: true
|
||||||
|
@ -10,6 +12,7 @@ matrix:
|
||||||
dist: trusty
|
dist: trusty
|
||||||
group: stable
|
group: stable
|
||||||
env: BUILDTYPE=Debug
|
env: BUILDTYPE=Debug
|
||||||
|
if: tag IS NOT present
|
||||||
- os: linux
|
- os: linux
|
||||||
dist: trusty
|
dist: trusty
|
||||||
group: stable
|
group: stable
|
||||||
|
@ -18,6 +21,7 @@ matrix:
|
||||||
- os: osx
|
- os: osx
|
||||||
osx_image: xcode8
|
osx_image: xcode8
|
||||||
env: BUILDTYPE=Debug
|
env: BUILDTYPE=Debug
|
||||||
|
if: tag IS NOT present
|
||||||
- os: osx
|
- os: osx
|
||||||
osx_image: xcode8
|
osx_image: xcode8
|
||||||
env: BUILDTYPE=Release
|
env: BUILDTYPE=Release
|
||||||
|
|
Loading…
Reference in a new issue