Skip to content
This repository was archived by the owner on Dec 4, 2023. It is now read-only.

Commit 0848e5b

Browse files
committed
Introduce automatic release upload to Github
See https://docs.travis-ci.com/user/deployment/releases and https://docs.travis-ci.com/user/deployment for more information.
1 parent d869a98 commit 0848e5b

1 file changed

Lines changed: 10 additions & 0 deletions

File tree

.travis.yml

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,16 @@ before_install:
2222
- if [ "$TRAVIS_OS_NAME" == "linux" ]; then gem update --system; fi
2323
- if [ "$TRAVIS_OS_NAME" == "linux" ]; then gem update bundler; fi
2424
- if [ "$TRAVIS_OS_NAME" == "osx" ]; then sudo gem install bundler ; fi
25+
script:
26+
- MAKEFLAGS+=-j8 bundle exec rake checkout compile spec binary --trace
27+
deploy:
28+
provider: releases
29+
file: $(git ls-files -o pkg | head -1)
30+
api_key:
31+
secure: hvq5MEvIq3qk2OC3qGj7dVjq8p6RzGdY98Gq+cSn2MaNr3AUFgJw11458ZGqwrsB3V9TLnPIVZFeSRd2PWYfUx+aan5qtKX4yGc17UJ5IyFPSyCgQj5N1NR40pAwEmFJkVcLXDSMhIVMlo64lCfetCS7apOewOxuH85JcZENrIiEyoOH5rWpd7W8idNTy+dCUaLEN30rOuA2JP0KPgP9uwf5J89tzGp/THy0Dk++pyz9JdOiPxI07CUf/zqHGwm8F4XAdx0SxRwesokDDU2x5dik1cYVVYqcdwHUpz4ywaT6WjjQ50Kt0KHi869kCMkUZ7TtNbCXUoWFZavkK7DSUSmJeuEniaTYxKRPf7bhWJudKko/qwWhLLAWzVtfwGc5uJnE7ZcpeBdbcOLhv+zOFVyes9S16VGxWpkEZykgGynltvbcX3gLb7cYYtZkoTMdeeTZpuHSyuupHCBSU+KM76AeeXG9zpX6STR3jYDKrf1ZqibwEH6AR77BOG+pK7zstD8sZaBvp+KERgYPg6+kA2omVazWFrYK1pIi8L2wzuTWmajL83STz+P+iuA0a4xXA+XGzJhZ9B/U+Ib2wf5R7y9/EdkF/xTN5nG2sHKHgswGkXf1WCfR1qxMBXHzIvyJcEeBg0bskiiedlgPtbZVG5Utrxt0Q9+7VDz/4A5NNZ4=
32+
skip_cleanup: true
33+
on:
34+
tags: true
2535
notifications:
2636
recipients:
2737
- cowboyd@thefrontside.net

0 commit comments

Comments
 (0)