1
0
mirror of https://bitbucket.org/librepilot/librepilot.git synced 2024-12-01 09:24:10 +01:00

Merged in marcus_proest/librepilot/LP-394-upload-build-results-from-tea-ci (pull request #317)

add tea-ci upload to bintray and slack notification
This commit is contained in:
Lalanne Laurent 2016-09-03 21:17:22 +02:00
commit 11cb9f7b8d
2 changed files with 25 additions and 0 deletions

1
.drone.sec Normal file
View File

@ -0,0 +1 @@
eyJhbGciOiJSU0EtT0FFUCIsImVuYyI6IkExMjhHQ00ifQ.UPh8KqupamxDSZ-xztWqWKqG7ur8WGg4dW22PRVGchjWsMa_zyuTEEDkl67z_jdHKkxEerWE8J4sROWVixi_xWvEl7OgXlt7H9c4iWtGTyp7n9ibeS1wgDoYes3LbRu9lRTxiTb-8Y-MgY0zeAHTBIQHmECETKF_CE4QkPHjSQCfbb_chn4vIqryM11-QctxDwysR4VC5AO1uA4hB0RReixOuSQFI-LbuLvBozEgsrYe5dFo7-oQJt7-e2-UFoEhomTPZcWc02NznX-GjlaZxpxQQXra5NyN5--aiL2C8kcPYfnEfU4dYudNsm2tDlnxhBPA1Ji3FnDSBp_ZunsvRQ.GGds6H6tZW_Qzh2T.KjsjOsBbAmfhUIWYXJBMcrChr1ckykuPZ8XERPGWuSoMbXkklHGj0MCehIWNDuLX_wPM1wTvZE8unFJIYwYGybYQ8omAHDGOkEM3YDs6VnJ9Y8zBl6wnvTvtsQsrQWqU8vdodzSP62F81wCDCCauOFewz_gjzl6n_1Ajxj9CqTfCR17Gcuui6nrqkn0A5qikWuZz8qsUaQ94t0qVRWOFcZ4NQMH8NJwZCYW0JAAsvoQOidc2dB5zkwx3pzc2hItmzwZq3uVgWr5RFgp2LzBd.45hdSTLtI4gU9-GjkOlZ1A

View File

@ -13,6 +13,7 @@ build:
- mingw32-make opfw_resource
- mingw32-make gcs
- mingw32-make package
- mv `ls build/LibrePilot-*.exe` build/$$BRANCH-$$COMMIT-$$arch-package.exe
clone:
depth: 1000
@ -22,3 +23,26 @@ matrix:
arch:
- 32
- 64
publish:
bintray:
username: marcproe
api_key: $$BINTRAY_API_KEY
artifacts:
- file: build/$$BRANCH-$$COMMIT-$$arch-package.exe
owner: librepilot
type: executable
repository: LibrePilot
package: next
version: Windows
publish: true
override: true
target: $$BRANCH-$${COMMIT:0:6}-$$arch-tea-ci-package.exe
notify:
webhook:
urls:
- https://hooks.slack.com/services/$$SLACK_HOOK
content_type: application/json
template: >
{"text": "Tea-CI Build #{{ build.number }} finished with a {{ build.status }} status. If successful, the packages for {{ build.branch }} $${COMMIT:0:8} can be downloaded <https://bintray.com/librepilot/LibrePilot/next/Windows/view/#files|here>"}