From 00c9fe494eba2988a597ea277dfbfe68f8f02e02 Mon Sep 17 00:00:00 2001 From: Lei Zhang Date: Thu, 28 Sep 2017 15:53:44 -0400 Subject: [PATCH] Appveyor: Stop deploying to BinTray --- .appveyor.yml | 16 ---------------- README.md | 7 +++---- 2 files changed, 3 insertions(+), 20 deletions(-) diff --git a/.appveyor.yml b/.appveyor.yml index 121a1fba8..4001debd0 100644 --- a/.appveyor.yml +++ b/.appveyor.yml @@ -68,22 +68,6 @@ artifacts: name: shaderc-artifacts - path: build\install\bin\glslc.exe -deploy: - - provider: BinTray - username: antiagainst - api_key: - secure: SwJ06SwKnaNsS5MbChuka51mR9I2YDCXR1itJYZ9khZkNfWZqIwyOZoRvvgAbG8n - subject: antiagainst - repo: spirv-toolchain - package: shaderc - version: master-tot - artifact: shaderc-artifacts - publish: true - override: true - on: - branch: master - APPVEYOR_BUILD_WORKER_IMAGE: Visual Studio 2017 - notifications: - provider: Email to: diff --git a/README.md b/README.md index e2912cb2e..4df625bbb 100644 --- a/README.md +++ b/README.md @@ -72,9 +72,8 @@ Shaderc into. ## Getting and building Shaderc **Experimental:** On Windows, instead of building from source, you can get the -artifacts from a third-party service [BinTray][bintray] (not hosted by Google -or GitHub). Appveyor continuously deploys the build artifacts for the top of -the tree of the master branch there. +artifacts built by [Appveyor][appveyor] for the top of the tree of the master +branch under the "Artifacts" tab of a certain job. 1) Check out the source code: @@ -243,4 +242,4 @@ older versions of Shaderc and its dependencies. [spirv-tools]: https://github.com/KhronosGroup/SPIRV-Tools [pyshaderc]: https://github.com/realitix/pyshaderc [shaderc-rs]: https://github.com/google/shaderc-rs -[bintray]: https://bintray.com/antiagainst/spirv-toolchain/shaderc#files +[appveyor]: https://ci.appveyor.com/project/dneto0/shaderc