diff options
author | Matthew Gregan <[email protected]> | 2016-10-29 12:47:40 +1300 |
---|---|---|
committer | Matthew Gregan <[email protected]> | 2016-10-29 12:47:40 +1300 |
commit | 3d2a2e9c1d89ea658a2af18d46956010290da2e2 (patch) | |
tree | b071baa2957fc95523c1a2a24a2c0312a6f7a3f4 | |
parent | 70ba03a19b808b7700652e1a11b9fff9cca9be11 (diff) | |
download | cubeb-3d2a2e9c1d89ea658a2af18d46956010290da2e2.tar.gz cubeb-3d2a2e9c1d89ea658a2af18d46956010290da2e2.zip |
Fix AppVeyor badge and build type in yml.
-rw-r--r-- | README.md | 2 | ||||
-rw-r--r-- | appveyor.yml | 2 |
2 files changed, 2 insertions, 2 deletions
@@ -1,5 +1,5 @@ [![Build Status](https://travis-ci.org/kinetiknz/cubeb.svg?branch=master)](https://travis-ci.org/kinetiknz/cubeb) -[![Build status](https://ci.appveyor.com/api/projects/status/kiq1kyy6a1wdwgep/branch/master?svg=true)](https://ci.appveyor.com/project/kinetiknz/cubeb/branch/master) +[![Build status](https://ci.appveyor.com/api/projects/status/osv2r0m1j1nt9csr/branch/master?svg=true)](https://ci.appveyor.com/project/kinetiknz/cubeb/branch/master) See INSTALL.md for build instructions. diff --git a/appveyor.yml b/appveyor.yml index f492005..b44c5de 100644 --- a/appveyor.yml +++ b/appveyor.yml @@ -1,5 +1,5 @@ version: 1.0.{build} -before_build: +build_script: - cmd: |- cd c:\projects\cubeb cmake . |