parent
babf9eac0f
commit
23e4dd8ae5
|
@ -54,9 +54,11 @@ cache:
|
||||||
- bin\.mtime_cache
|
- bin\.mtime_cache
|
||||||
|
|
||||||
before_build:
|
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
|
- ruby scripts\AppVeyor\mtime_cache -g scripts\AppVeyor\cacheglobs.txt -c bin\.mtime_cache\cache.json
|
||||||
|
|
||||||
build:
|
build:
|
||||||
|
- cmake --build . --use-stderr --target Release -- -j%NUMBER_OF_PROCESSORS%
|
||||||
parallel: true
|
parallel: true
|
||||||
project: Assimp.sln
|
project: Assimp.sln
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue