diff options
| author | Tim Foley <tim.foley.is@gmail.com> | 2017-06-09 17:30:56 -0700 |
|---|---|---|
| committer | Tim Foley <tim.foley.is@gmail.com> | 2017-06-09 17:30:56 -0700 |
| commit | f56fba25d62b526e69e59382ca086b0862c4d75b (patch) | |
| tree | 030d384d284710e0dacd740f1125fa59ac8a4ca2 /appveyor.yml | |
| parent | 2495f6b5410a288c09451eca8d01742000a3f09c (diff) | |
AppVeyor: Try to clone submodules, and add badge
- Add an `install` step that tries to update our submodules (just `glslang` at the moment)
- Try to add a "badge" image to the main `README.md`
Diffstat (limited to 'appveyor.yml')
| -rw-r--r-- | appveyor.yml | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/appveyor.yml b/appveyor.yml index bd190bf6e..abbcf100e 100644 --- a/appveyor.yml +++ b/appveyor.yml @@ -5,6 +5,10 @@ version: 0.0.{build} # build worker image image: Visual Studio 2015 +# script to run before build +install: + - git submodule update --init --recursive + # platforms to build platform: - Win32 |
