Travis: update config for dpl v2 (#3853)

This commit is contained in:
tooomm 2019-11-05 23:39:01 +01:00 committed by Zach H
parent 32b557b862
commit e4c98e2ab8

View file

@ -1,10 +1,11 @@
os: linux
language: cpp language: cpp
compiler: gcc compiler: gcc
git: git:
depth: 15 depth: 15
matrix: jobs:
include: include:
#Static Code Analysis #Static Code Analysis
@ -18,6 +19,7 @@ matrix:
#Ubuntu Bionic (on Docker) #Ubuntu Bionic (on Docker)
- name: Ubuntu Bionic (Debug + Tests) - name: Ubuntu Bionic (Debug + Tests)
if: tag IS NOT present if: tag IS NOT present
os: linux
services: docker services: docker
env: NAME=UbuntuBionic env: NAME=UbuntuBionic
cache: cache:
@ -31,6 +33,7 @@ matrix:
- name: Ubuntu Bionic (Release) - name: Ubuntu Bionic (Release)
if: (branch = master AND NOT type = pull_request) OR tag IS present if: (branch = master AND NOT type = pull_request) OR tag IS present
os: linux
services: docker services: docker
env: NAME=UbuntuBionic env: NAME=UbuntuBionic
cache: cache:
@ -132,11 +135,10 @@ matrix:
deploy: deploy:
# Deploy configuration for "beta" releases # Deploy configuration for "beta" releases
- provider: releases - provider: releases
api_key: token:
secure: mLMF41q7xgOR1sjczsilEy7HQis2PkZCzhfOGbn/8FoOQnmmPOZjrsdhn06ZSl3SFsbfCLuClDYXAbFscQmdgjcGN5AmHV+JYfW650QEuQa/f4/lQFsVRtEqUA1O3FQ0OuRxdpCfJubZBdFVH8SbZ93GLC5zXJbkWQNq+xCX1fU= secure: mLMF41q7xgOR1sjczsilEy7HQis2PkZCzhfOGbn/8FoOQnmmPOZjrsdhn06ZSl3SFsbfCLuClDYXAbFscQmdgjcGN5AmHV+JYfW650QEuQa/f4/lQFsVRtEqUA1O3FQ0OuRxdpCfJubZBdFVH8SbZ93GLC5zXJbkWQNq+xCX1fU=
skip_cleanup: true
name: "Cockatrice $TRAVIS_TAG" name: "Cockatrice $TRAVIS_TAG"
body: "Beta release of Cockatrice" release_notes: "Beta release of Cockatrice"
file_glob: true file_glob: true
file: "build/Cockatrice-*" file: "build/Cockatrice-*"
overwrite: true overwrite: true
@ -149,9 +151,8 @@ deploy:
# Deploy configuration for "stable" releases # Deploy configuration for "stable" releases
- provider: releases - provider: releases
api_key: token:
secure: mLMF41q7xgOR1sjczsilEy7HQis2PkZCzhfOGbn/8FoOQnmmPOZjrsdhn06ZSl3SFsbfCLuClDYXAbFscQmdgjcGN5AmHV+JYfW650QEuQa/f4/lQFsVRtEqUA1O3FQ0OuRxdpCfJubZBdFVH8SbZ93GLC5zXJbkWQNq+xCX1fU= secure: mLMF41q7xgOR1sjczsilEy7HQis2PkZCzhfOGbn/8FoOQnmmPOZjrsdhn06ZSl3SFsbfCLuClDYXAbFscQmdgjcGN5AmHV+JYfW650QEuQa/f4/lQFsVRtEqUA1O3FQ0OuRxdpCfJubZBdFVH8SbZ93GLC5zXJbkWQNq+xCX1fU=
skip_cleanup: true
file_glob: true file_glob: true
file: "build/Cockatrice-*" file: "build/Cockatrice-*"
overwrite: true overwrite: true