Apparently @ escaping batch commands doesn't work in this context.
parent
8f54892439
commit
63764ae42a
|
@ -28,7 +28,7 @@ build:
|
|||
project: Assimp.sln
|
||||
|
||||
install:
|
||||
- @echo off
|
||||
- echo off
|
||||
- set CMAKE_DEFINES -DASSIMP_WERROR=ON
|
||||
- if "%platform%"=="x86" set CMAKE_GENERATOR_NAME=%APPVEYOR_BUILD_WORKER_IMAGE%
|
||||
- if "%platform%"=="x64" set CMAKE_GENERATOR_NAME=%APPVEYOR_BUILD_WORKER_IMAGE% Win64
|
||||
|
|
Loading…
Reference in New Issue