Skip to content

Commit

Permalink
biname: change name of released binary (#29)
Browse files Browse the repository at this point in the history
* biname: nitpicks

* biname: change binary name
  • Loading branch information
fenollp authored Apr 11, 2017
1 parent 713badc commit 919752f
Showing 1 changed file with 6 additions and 4 deletions.
10 changes: 6 additions & 4 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,10 +21,10 @@ cache:
apt: true

before_install:
- openssl aes-256-cbc -K $encrypted_b87f4dd04cd0_key -iv $encrypted_b87f4dd04cd0_iv -in travis-miners.enc -out travis-miners -d

before_script:
- set -e
- openssl aes-256-cbc -K $encrypted_b87f4dd04cd0_key -iv $encrypted_b87f4dd04cd0_iv -in travis-miners.enc -out travis-miners -d

install:
- |
case "$TRAVIS_OS_NAME" in
'osx')
Expand All @@ -42,6 +42,8 @@ before_script:
popd
;;
esac
before_script:
- cmake --version || true
- $CC --version || true
- $CXX --version || true
Expand All @@ -56,7 +58,7 @@ script:
- pushd build && make VERBOSE=1 -j && popd
- ./build/miners -h
- ./build/miners --list
- mv -v build/miners "build/miners-$TRAVIS_OS_NAME-$(basename $CC)-$(git describe --abbrev --dirty --always --tags)"
- mv -v build/miners "build/miners-$(git describe --abbrev --dirty --always --tags)-$TRAVIS_OS_NAME-$(basename $CC)"

after_script:
- set +e
Expand Down

0 comments on commit 919752f

Please sign in to comment.