Appveyor: Pull SPIRV-Headers for building and update README link.

This commit is contained in:
Lei Zhang 2016-06-22 10:53:41 -04:00
parent f61db0bcc6
commit 18a263e763
2 changed files with 2 additions and 1 deletions

View 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:

View File

@ -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