feat(build): trigger windows build after successfull CI build

This commit is contained in:
bergquist
2016-10-13 17:11:04 +02:00
parent 7bdedff89c
commit da2aaf7095
2 changed files with 10 additions and 0 deletions
+9
View File
@@ -0,0 +1,9 @@
#!/bin/bash
_token=$1
curl \
-H "Content-Type: application/json" \
-H "Authorization: Bearer ${_token}" \
-X POST -d '{ "accountName": "Torkeldegaard", "projectSlug": "grafana","branch": "master","environmentVariables": {}}' \
https://ci.appveyor.com/api/builds