diff options
| -rw-r--r-- | appveyor.yml | 19 |
1 files changed, 6 insertions, 13 deletions
diff --git a/appveyor.yml b/appveyor.yml index 991564aa0..5b65991a6 100644 --- a/appveyor.yml +++ b/appveyor.yml @@ -1,4 +1,4 @@ -os: +os: - Visual Studio 2015 - Visual Studio 2017 @@ -6,16 +6,9 @@ platform: - Win32 - Win64 -before_build: - - ps: Invoke-WebRequest "https://github.com/tboox/xmake/releases/download/v2.1.2/xmake-v2.1.2.exe" -OutFile "xmake-installer.exe" - - cmd: xmake-installer.exe /S /D=C:\xmake - - cmd: PATH=%PATH%;C:\xmake - - cmd: xmake --version - - ps: cp -r -force xmake\* C:\xmake - - cmd: xmake --version - - cmd: dir C:\xmake - build_script: - - cmd: cd core - - cmd: if %platform%==Win64 xmake f -a x64 - - cmd: xmake -v + - ps: Invoke-Expression (Get-Content scripts\get.ps1 | Out-String) + - cmd: xmake lua versioninfo + - cmd: xmake -P core + - cmd: XMAKE_PROGRAM_DIR=%cd%\xmake + - cmd: core\build\xmake lua versioninfo |
