|
@@ -56,7 +56,7 @@ build_script:
|
|
|
- rake make config=%Configuration%
|
|
- rake make config=%Configuration%
|
|
|
# Could not run test target yet as AppVeyor does not currently allow its service to interact with desktop
|
|
# Could not run test target yet as AppVeyor does not currently allow its service to interact with desktop
|
|
|
# - rake make config=%Configuration% target=RUN_TESTS
|
|
# - rake make config=%Configuration% target=RUN_TESTS
|
|
|
- - if "%PACKAGE_UPLOAD%" == "1" (rake ci_appveyor_package_upload) else (rake scaffolding dir=..\MyProject project=MyProject && cd ..\MyProject && rake cmake vs2015 %OPTS% URHO3D_HOME=..\native-Build build_tree=..\MyProject-native-Build && rake make config=%Configuration% build_tree=..\MyProject-native-Build)
|
|
|
|
|
|
|
+ - if "%PACKAGE_UPLOAD%" == "1" (rake ci_appveyor_package_upload) else (rake scaffolding dir=MyProject project=MyProject && cd MyProject && rake cmake vs2015 %OPTS% URHO3D_HOME=..\..\native-Build URHO3D_D3D11=1 && rake make config=%Configuration%)
|
|
|
test: off
|
|
test: off
|
|
|
artifacts:
|
|
artifacts:
|
|
|
- path: native-Build\*.zip
|
|
- path: native-Build\*.zip
|