|
|
@@ -52,8 +52,8 @@ install:
|
|
|
}
|
|
|
build_script:
|
|
|
- if "%PLATFORM%" == "x64" set "OPTS=URHO3D_64BIT=1"
|
|
|
-# Our free AppVeyor account is slow for normal daily CI, speed up the build a little bit by excluding Assimp and other tools in the normal build
|
|
|
- - if "%PACKAGE_UPLOAD%" == "" set "OPTS=%OPTS% URHO3D_TOOLS=0"
|
|
|
+# Our free AppVeyor account is slow for normal daily CI, speed up the build a little bit by excluding Assimp and other tools in the normal build and use the Debug build configuration instead
|
|
|
+ - if "%PACKAGE_UPLOAD%" == "" set "OPTS=%OPTS% URHO3D_TOOLS=0" && set "Configuration=Debug"
|
|
|
- rake cmake vs2015 %OPTS% URHO3D_LIB_TYPE=%URHO3D_LIB_TYPE% URHO3D_D3D11=1 URHO3D_LUAJIT=1 URHO3D_LUAJIT_AMALG=1 URHO3D_EXTRAS=1 URHO3D_TESTING=1
|
|
|
- rake make config=%Configuration%
|
|
|
# Could not run test target yet as AppVeyor does not currently allow its service to interact with desktop
|