Apparently @ escaping batch commands doesn't work in this context.
authorJared Mulconry <jaredmulconry@gmail.com>
Sat, 7 Oct 2017 14:33:48 +0000 (01:33 +1100)
committerJared Mulconry <jaredmulconry@gmail.com>
Sat, 7 Oct 2017 14:33:48 +0000 (01:33 +1100)
appveyor.yml

index 5eabc8a..b311379 100644 (file)
@@ -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