Skip to content

Commit

Permalink
More fixes to Travis builds
Browse files Browse the repository at this point in the history
Skip build of tags named untagged-xxx
Add a message to the tag to prevent the commit message to be appended to the release name ?
Force the tag renaming to be pushed to git
  • Loading branch information
bcoconni committed May 16, 2018
1 parent c139d57 commit e64c03b
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,7 @@ notifications:
branches:
except:
- /JSBSim-*-v2018a/
- /untagged-*/
before_install:
- pip install cython numpy pandas scipy
- mkdir build
Expand All @@ -23,7 +24,8 @@ script:
before_deploy:
- git config --local user.name "bcoconni"
- git config --local user.email "bcoconni@users.sourceforge.net"
- git tag -f JSBSim-trusty-v2018a
- git tag -f JSBSim-trusty-v2018a -m "Ubuntu Trusty 14.04 - Release - x64"
- git push origin :refs/tags/JSBSim-trusty-v2018a
deploy:
provider: releases
api_key:
Expand Down

0 comments on commit e64c03b

Please sign in to comment.