Skip to content

Commit

Permalink
Remove deployment to Bintray
Browse files Browse the repository at this point in the history
This service will be shut down soon.
  • Loading branch information
samp-incognito committed Apr 13, 2021
1 parent 12947af commit 49f9f16
Show file tree
Hide file tree
Showing 4 changed files with 1 addition and 46 deletions.
12 changes: 0 additions & 12 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,15 +33,3 @@ script:
- make streamer_unity
- make package
- cd ..

before_deploy:
- envsubst < bintray.json > bintray-temp.json
- cat bintray-temp.json > bintray.json

deploy:
provider: bintray
file: bintray.json
user: incognito
key:
secure: F3+irfWdK1iw0pNmEgWhXsIcfYhfIKxKfVmHmP0lhC/tHYtr4bAF4GmPg1Wld96m/rW/pm89kcUfHIfn1bi5mp6YSfl1076a5f9wgsOURMFvMaH2R/psHW4BAHmrchCCLvxMHuvzXVZFxzg1wtgdhMUTWIyC+rfcK7C0TW+CLDpe0atoGpNSrYRVnaFjrwxDt0Xg7hx5pWYNogGEr0CGy/P3/5D7dJMJmlBlJOVR7VZRSRcpUwMSZkL04h056BK6uFLo8wjEh2q1wfqiL6Fvu0a7dA2Aec8JVbUT86OftFfacumTdPQSmwCAT+BZljU4+0vyK2K8UAoxovSSKzU6yucCK/6tZiDXMdK62eCAJ4c80hOk6IlB8eITNDHzt5nJLP+jbW20Z7DUNg4/Fr7dsDCltUt8VOhUq/ZF+poieWfK15GkN6kOCqOnGFTbZzwQ2QASLP299KfY5uWILcpXyWmt7VISP6Kk1Z6WcXgB4LbsGKSJiPU23dke6jCJfIxql7LME9k1jnhZYCyqWOXhHCfBT1gw/AcooictYY7SHHiD3K5ANUkB4iwJQtWncvwR8ZdYY+2xPhyfi8/x5d/eA7noMdHQnSSG6BUYmx6LsrmD/6/n/HykxHvh2NBeHyGzGpyMNcYfh5Ft0ldiURs59PfBLNySBsartQuEuLLYyuA=
skip_cleanup: true
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# SA-MP Streamer Plugin
[![GitHub Release](https://img.shields.io/github/release/samp-incognito/samp-streamer-plugin.svg)](https://github.com/samp-incognito/samp-streamer-plugin/releases/latest) [![Build Status](https://travis-ci.com/samp-incognito/samp-streamer-plugin.svg?branch=master)](https://travis-ci.com/samp-incognito/samp-streamer-plugin) [![Build Status](https://ci.appveyor.com/api/projects/status/github/samp-incognito/samp-streamer-plugin?svg=true)](https://ci.appveyor.com/project/samp-incognito/samp-streamer-plugin/branch/master) [![Download](https://api.bintray.com/packages/incognito/streamer-plugin/streamer-plugin/images/download.svg)](https://bintray.com/incognito/streamer-plugin/streamer-plugin/_latestVersion)
[![GitHub Release](https://img.shields.io/github/release/samp-incognito/samp-streamer-plugin.svg)](https://github.com/samp-incognito/samp-streamer-plugin/releases/latest) [![Build Status](https://travis-ci.com/samp-incognito/samp-streamer-plugin.svg?branch=master)](https://travis-ci.com/samp-incognito/samp-streamer-plugin) [![Build Status](https://ci.appveyor.com/api/projects/status/github/samp-incognito/samp-streamer-plugin?svg=true)](https://ci.appveyor.com/project/samp-incognito/samp-streamer-plugin/branch/master)

This plugin streams objects, pickups, checkpoints, race checkpoints, map icons, 3D text labels, and actors at user-defined server ticks. Basic area detection is also included. Because it is written entirely in C++, much of the overhead from PAWN is avoided. This streamer, as a result, is quite a bit faster than any other implementation currently available in PAWN.

Expand Down
13 changes: 0 additions & 13 deletions appveyor.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,16 +21,3 @@ build_script:

artifacts:
- path: build\package

deploy:
- provider: BinTray
username: incognito
api_key:
secure: e0xOM0EZQFdpPDMOnEH6Zi8QD8YMMnSflcXFODRfwE/dHpWyNf25yNrSMR6gKjAT
subject: incognito
repo: streamer-plugin
package: streamer-plugin
version: $(APPVEYOR_REPO_COMMIT_SHORT)
publish: true
override: true
explode: true
20 changes: 0 additions & 20 deletions bintray.json

This file was deleted.

0 comments on commit 49f9f16

Please sign in to comment.