Skip to content

Commit

Permalink
Appveyor: Stop deploying to BinTray
Browse files Browse the repository at this point in the history
  • Loading branch information
antiagainst committed Sep 28, 2017
1 parent 97e0e13 commit 00c9fe4
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 20 deletions.
16 changes: 0 additions & 16 deletions .appveyor.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down
7 changes: 3 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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:

Expand Down Expand Up @@ -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

0 comments on commit 00c9fe4

Please sign in to comment.