Use the row mixer functions for the B-to-A-Format conversion
[openal-soft.git] / appveyor.yml
blob4010f2ead2140d624cdfc634462d4c79af37638d
1 version: 1.17.2.{build}
3 environment:
4     matrix:
5       - GEN: "Visual Studio 14 2015"
6         CFG: Release
7       - GEN: "Visual Studio 14 2015 Win64"
8         CFG: Release
10 build_script:
11     - cd build
12     - cmake .. -G"%GEN%"
13     - cmake --build . --config %CFG% --clean-first