Skip to content

Commit 52fbdf0

Browse files
committed
Also build on tags
1 parent f3342a6 commit 52fbdf0

File tree

1 file changed

+3
-4
lines changed

1 file changed

+3
-4
lines changed

.travis.yml

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
language: cpp
22
dist: xenial
3-
if: branch = master
3+
if: branch = master OR tag IS present
44

55
notifications:
66
email: false
@@ -116,10 +116,9 @@ deploy:
116116
draft: false
117117
prerelease: ${RELEASES_PRERELEASE}
118118
name: ${RELEASES_NAME}
119-
body: Tools for working with the S2 file formats build on each commit.
120-
target_commitish: ${RELEASES_TARGET_COMMITISH}
119+
body: Tools for working with the S2 file formats.
120+
#target_commitish: ${RELEASES_TARGET_COMMITISH}
121121
on:
122122
repo: Return-To-The-Roots/libsiedler2
123-
branch: master
124123
condition: $TRAVIS_BUILD_STAGE_NAME == Release
125124
tags: true

0 commit comments

Comments
 (0)