aboutsummaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
authorMatthew Gregan <[email protected]>2016-10-29 12:47:40 +1300
committerMatthew Gregan <[email protected]>2016-10-29 12:47:40 +1300
commit3d2a2e9c1d89ea658a2af18d46956010290da2e2 (patch)
treeb071baa2957fc95523c1a2a24a2c0312a6f7a3f4
parent70ba03a19b808b7700652e1a11b9fff9cca9be11 (diff)
downloadcubeb-3d2a2e9c1d89ea658a2af18d46956010290da2e2.tar.gz
cubeb-3d2a2e9c1d89ea658a2af18d46956010290da2e2.zip
Fix AppVeyor badge and build type in yml.
-rw-r--r--README.md2
-rw-r--r--appveyor.yml2
2 files changed, 2 insertions, 2 deletions
diff --git a/README.md b/README.md
index 2a27b46..d26b3b6 100644
--- a/README.md
+++ b/README.md
@@ -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 .