diff options
author | Matthew Gregan <[email protected]> | 2016-10-29 12:32:35 +1300 |
---|---|---|
committer | Matthew Gregan <[email protected]> | 2016-10-29 12:32:35 +1300 |
commit | c30b83cd1ee2818934b37f91f26033f2a44d38cb (patch) | |
tree | 165c6c8e4eae53cac05e551c8d04d9172de3cc88 /README.md | |
parent | 9489602e21532c909733a4eaa473e06bfb639ee2 (diff) | |
download | cubeb-c30b83cd1ee2818934b37f91f26033f2a44d38cb.tar.gz cubeb-c30b83cd1ee2818934b37f91f26033f2a44d38cb.zip |
Add Appveyor build for MSVC 2015 (32-bit).
No audio hardware available on the VM, so most of the tests fail. For
future reference, to enable tests, add 'ctest -V' after 'cmake --build'.
Diffstat (limited to 'README.md')
-rw-r--r-- | README.md | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -1,4 +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) See INSTALL.md for build instructions. |