Skip to content

Commit

Permalink
Prepare for release
Browse files Browse the repository at this point in the history
  • Loading branch information
Thomas Guillemard committed May 25, 2019
1 parent dc87a83 commit bae309d
Showing 1 changed file with 4 additions and 6 deletions.
10 changes: 4 additions & 6 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,12 +26,10 @@ script:
- make LINKLE=./linkle

after_success:
- if [[ "${TRAVIS_TAG}" != "" ]] && [[ "${TRAVIS_PULL_REQUEST}" = "false" ]]; then
mv rtld-aarch64.nso rtld-aarch64-$TRAVIS_TAG.nso
mv rtld-aarch64-6xx.nso rtld-aarch64-6xx-$TRAVIS_TAG.nso
mv rtld-armv7.nso rtld-armv7-$TRAVIS_TAG.nso
mv rtld-armv7-6xx.nso rtld-armv7-6xx-$TRAVIS_TAG.nso
fi
- mv rtld-aarch64.nso rtld-aarch64-$TRAVIS_TAG.nso
- mv rtld-aarch64-6xx.nso rtld-aarch64-6xx-$TRAVIS_TAG.nso
- mv rtld-armv7.nso rtld-armv7-$TRAVIS_TAG.nso
- mv rtld-armv7-6xx.nso rtld-armv7-6xx-$TRAVIS_TAG.nso

deploy:
- provider: releases
Expand Down

0 comments on commit bae309d

Please sign in to comment.