appveyor: specify Release configuration properly;

This commit is contained in:
bjorn 2018-09-28 01:58:20 -07:00
parent 3578f7ea38
commit 5abb0697d5
1 changed files with 3 additions and 1 deletions

View File

@ -12,7 +12,9 @@ before_build:
- git submodule update --init
- md build
- cd build
- cmake -DCMAKE_BUILD_TYPE=Release ..
- cmake -DCMAKE_BUILD_TYPE=%configuration% ..
configuration: Release
build:
project: build\lovr.sln