Browse Source

For AppVeyor - fix new project scaffolding test.
[ci only: AppVeyor]

Yao Wei Tjong 姚伟忠 10 years ago
parent
commit
df5a09a722
1 changed files with 1 additions and 1 deletions
  1. 1 1
      .appveyor.yml

+ 1 - 1
.appveyor.yml

@@ -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