We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f3342a6 commit 52fbdf0Copy full SHA for 52fbdf0
.travis.yml
@@ -1,6 +1,6 @@
1
language: cpp
2
dist: xenial
3
-if: branch = master
+if: branch = master OR tag IS present
4
5
notifications:
6
email: false
@@ -116,10 +116,9 @@ deploy:
116
draft: false
117
prerelease: ${RELEASES_PRERELEASE}
118
name: ${RELEASES_NAME}
119
- body: Tools for working with the S2 file formats build on each commit.
120
- target_commitish: ${RELEASES_TARGET_COMMITISH}
+ body: Tools for working with the S2 file formats.
+ #target_commitish: ${RELEASES_TARGET_COMMITISH}
121
on:
122
repo: Return-To-The-Roots/libsiedler2
123
- branch: master
124
condition: $TRAVIS_BUILD_STAGE_NAME == Release
125
tags: true
0 commit comments