Update appveyor.yml

Use cmake for build.
pull/2887/head
Kim Kulling 2020-01-15 14:11:40 +01:00 committed by GitHub
parent babf9eac0f
commit 23e4dd8ae5
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 0 deletions

View File

@ -54,9 +54,11 @@ cache:
- bin\.mtime_cache
before_build:
- echo NUMBER_OF_PROCESSORS=%NUMBER_OF_PROCESSORS%
- ruby scripts\AppVeyor\mtime_cache -g scripts\AppVeyor\cacheglobs.txt -c bin\.mtime_cache\cache.json
build:
- cmake --build . --use-stderr --target Release -- -j%NUMBER_OF_PROCESSORS%
parallel: true
project: Assimp.sln