Skip to content
This repository was archived by the owner on Jan 18, 2026. It is now read-only.

Commit bae309d

Browse files
author
Thomas Guillemard
committed
Prepare for release
1 parent dc87a83 commit bae309d

File tree

1 file changed

+4
-6
lines changed

1 file changed

+4
-6
lines changed

.travis.yml

Lines changed: 4 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -26,12 +26,10 @@ script:
2626
- make LINKLE=./linkle
2727

2828
after_success:
29-
- if [[ "${TRAVIS_TAG}" != "" ]] && [[ "${TRAVIS_PULL_REQUEST}" = "false" ]]; then
30-
mv rtld-aarch64.nso rtld-aarch64-$TRAVIS_TAG.nso
31-
mv rtld-aarch64-6xx.nso rtld-aarch64-6xx-$TRAVIS_TAG.nso
32-
mv rtld-armv7.nso rtld-armv7-$TRAVIS_TAG.nso
33-
mv rtld-armv7-6xx.nso rtld-armv7-6xx-$TRAVIS_TAG.nso
34-
fi
29+
- mv rtld-aarch64.nso rtld-aarch64-$TRAVIS_TAG.nso
30+
- mv rtld-aarch64-6xx.nso rtld-aarch64-6xx-$TRAVIS_TAG.nso
31+
- mv rtld-armv7.nso rtld-armv7-$TRAVIS_TAG.nso
32+
- mv rtld-armv7-6xx.nso rtld-armv7-6xx-$TRAVIS_TAG.nso
3533

3634
deploy:
3735
- provider: releases

0 commit comments

Comments
 (0)