Add ninja env var to non-VC++ builds...

This commit is contained in:
ThePhD 2019-03-24 19:41:04 -04:00
parent e411505b8d
commit 81d1362cc2
No known key found for this signature in database
GPG Key ID: 1509DB1C0F702BFA

View File

@ -47,12 +47,16 @@ environment:
# apparently, I can't quite make LLVM work right now...
- SOL2_LUA_VERSION: 5.3.5
MINGW_VERSION: 7.3.0
SOL2_BUILD_NINJA: 1
- SOL2_LUA_VERSION: 5.3.5
MINGW_VERSION: 8.1.0
SOL2_BUILD_NINJA: 1
- SOL2_LUA_VERSION: luajit-2.0.5
MINGW_VERSION: 8.1.0
SOL2_BUILD_NINJA: 1
- SOL2_LUA_VERSION: luajit-2.1.0-beta3
MINGW_VERSION: 8.1.0
SOL2_BUILD_NINJA: 1
- SOL2_LUA_VERSION: 5.3.5
SOL2_NO_2015: 1
- SOL2_LUA_VERSION: 5.2.4
@ -139,7 +143,7 @@ init:
# # Last printouts
# print out generator information
- echo Appveyor Image is %APPVEYOR_BUILD_WORKER_IMAGE% (vcvars script is %vcvars_script%)
- echo cmake generator is %CMAKE_GENERATOR% using build_compiler=%build_compiler% with special flags logger=%logger% parallelism=%parallelism%
- echo cmake generator is %CMAKE_GENERATOR% using build_compiler=%build_compiler% with special flags parallelism=%parallelism%
# print out useful tool information
- ninja --version
- cmake --version