X-Git-Url: https://git.jsancho.org/?p=lugaru.git;a=blobdiff_plain;f=.appveyor.yml;h=b1d4b8605a200f3e56ebba3d110c310392b0fd16;hp=8e693ad2a49744aeb845aa57c527240f07f10ce0;hb=refs%2Fheads%2Fimprovements;hpb=d732178e1f7cd450447acc37f60502f5d37dcd64 diff --git a/.appveyor.yml b/.appveyor.yml index 8e693ad..b1d4b86 100644 --- a/.appveyor.yml +++ b/.appveyor.yml @@ -19,8 +19,8 @@ platform: before_build: - cd c:\projects\osslugaru\lugaru - set PATH=C:\Program Files (x86)\MSBuild\14.0\BIN;%PATH% - - if %PLATFORM% == Win32 cmake . -DCMAKE_BUILD_TYPE=Debug -DLUGARU_INSTALL_PREFIX=C:\projects\osslugaru\lugaru\msvc32-build - - if %PLATFORM% == Win64 cmake . -G "Visual Studio 14 2015 Win64" -DCMAKE_BUILD_TYPE=Debug -DLUGARU_INSTALL_PREFIX=C:\projects\osslugaru\lugaru\msvc64-build + - if %PLATFORM% == Win32 cmake . -DCMAKE_BUILD_TYPE=Debug -DCMAKE_INSTALL_PREFIX=C:\projects\osslugaru\lugaru\msvc32-build + - if %PLATFORM% == Win64 cmake . -G "Visual Studio 14 2015 Win64" -DCMAKE_BUILD_TYPE=Debug -DCMAKE_INSTALL_PREFIX=C:\projects\osslugaru\lugaru\msvc64-build # Tell it what to build build: