|
@@ -245,15 +245,15 @@ package-aur:
|
|
|
- git push
|
|
|
- cd ..
|
|
|
|
|
|
-# Trigger a release build on AppVeyor, for a Windows binary
|
|
|
-trigger-appveyor-release:
|
|
|
- stage: package
|
|
|
- only:
|
|
|
- - "/^v([0-9]+\\.)*[0-9]+.*$/"
|
|
|
- script:
|
|
|
- - apt-get install -y --no-install-recommends curl
|
|
|
- - export VERSION=$(echo $CI_COMMIT_REF_NAME | cut -c 2-)
|
|
|
- - 'curl -L -H "Content-Type: application/json" -H "Authorization: Bearer $APPVEYOR_TOKEN" -d "{\"accountName\":\"timvisee\",\"projectSlug\":\"ffsend\",\"tag\":\"$CI_COMMIT_REF_NAME\",\"environmentVariables\":{\"FFSEND_VERSION\":\"$VERSION\"}}" https://ci.appveyor.com/api/builds'
|
|
|
+# # Trigger a release build on AppVeyor, for a Windows binary
|
|
|
+# trigger-appveyor-release:
|
|
|
+# stage: package
|
|
|
+# only:
|
|
|
+# - "/^v([0-9]+\\.)*[0-9]+.*$/"
|
|
|
+# script:
|
|
|
+# - apt-get install -y --no-install-recommends curl
|
|
|
+# - export VERSION=$(echo $CI_COMMIT_REF_NAME | cut -c 2-)
|
|
|
+# - 'curl -L -H "Content-Type: application/json" -H "Authorization: Bearer $APPVEYOR_TOKEN" -d "{\"accountName\":\"timvisee\",\"projectSlug\":\"ffsend\",\"tag\":\"$CI_COMMIT_REF_NAME\",\"environmentVariables\":{\"FFSEND_VERSION\":\"$VERSION\"}}" https://ci.appveyor.com/api/builds'
|
|
|
|
|
|
# # Snap release
|
|
|
# snap:
|