mirror of
https://github.com/ThePhD/sol2.git
synced 2024-03-22 13:10:44 +08:00
update
This commit is contained in:
parent
fc6ccdfa7e
commit
acade465f1
|
@ -55,6 +55,10 @@ matrix:
|
||||||
LUA_VERSION: 5.2.4
|
LUA_VERSION: 5.2.4
|
||||||
- platform: x86
|
- platform: x86
|
||||||
LUA_VERSION: 5.1.5
|
LUA_VERSION: 5.1.5
|
||||||
|
- platform: x86
|
||||||
|
MINGW_VERSION: 6.3.0
|
||||||
|
- platform: x86
|
||||||
|
MINGW_VERSION: 5.3.0
|
||||||
- image: Visual Studio 2017
|
- image: Visual Studio 2017
|
||||||
MINGW_VERSION: 6.3.0
|
MINGW_VERSION: 6.3.0
|
||||||
- image: Visual Studio 2017
|
- image: Visual Studio 2017
|
||||||
|
@ -62,13 +66,15 @@ matrix:
|
||||||
|
|
||||||
init:
|
init:
|
||||||
# make sure we have Ninja
|
# make sure we have Ninja
|
||||||
|
- set top_level=%cd%
|
||||||
|
- cd ..
|
||||||
- md tools
|
- md tools
|
||||||
- cd tools
|
- cd tools
|
||||||
- set NINJA_URL="https://github.com/ninja-build/ninja/releases/download/v1.8.2/ninja-win.zip"
|
- set NINJA_URL="https://github.com/ninja-build/ninja/releases/download/v1.8.2/ninja-win.zip"
|
||||||
- appveyor DownloadFile %NINJA_URL% -FileName ninja.zip
|
- appveyor DownloadFile %NINJA_URL% -FileName ninja.zip
|
||||||
- 7z x ninja.zip -o%cd%\ninja
|
- 7z x ninja.zip -o%cd%\ninja
|
||||||
- set PATH=%cd%\ninja;%PATH%
|
- set PATH=%cd%\ninja;%PATH%
|
||||||
- cd ..
|
- cd "%top_level%"
|
||||||
# configure the generator appropriately
|
# configure the generator appropriately
|
||||||
- set arch=
|
- set arch=
|
||||||
- if "%PLATFORM%"=="x64" (set arch= Win64)
|
- if "%PLATFORM%"=="x64" (set arch= Win64)
|
||||||
|
|
Loading…
Reference in New Issue
Block a user