Appveyor: Pull SPIRV-Headers for building and update README link.
authorLei Zhang <antiagainst@google.com>
Wed, 22 Jun 2016 14:53:41 +0000 (10:53 -0400)
committerLei Zhang <antiagainst@google.com>
Wed, 22 Jun 2016 16:12:44 +0000 (12:12 -0400)
.appveyor.yml
README.md

index 672761e..e1cda9a 100644 (file)
@@ -24,6 +24,7 @@ matrix:
 
 # scripts that run after cloning repository
 install:
+  - git clone https://github.com/KhronosGroup/SPIRV-Headers.git external/spirv-headers
   - git clone https://github.com/google/googletest.git external/googletest
 
 build:
index 2a7c11d..596c611 100644 (file)
--- a/README.md
+++ b/README.md
@@ -1,7 +1,7 @@
 # SPIR-V Tools
 
 [![Build Status](https://travis-ci.org/KhronosGroup/SPIRV-Tools.svg?branch=master)](https://travis-ci.org/KhronosGroup/SPIRV-Tools)
-[![Build status](https://ci.appveyor.com/api/projects/status/p5d60n0mhfimm6i5/branch/master?svg=true)](https://ci.appveyor.com/project/antiagainst/spirv-tools/branch/master)
+[![Build status](https://ci.appveyor.com/api/projects/status/gpue87cesrx3pi0d/branch/master?svg=true)](https://ci.appveyor.com/project/Khronoswebmaster/spirv-tools/branch/master)
 
 ## Overview