diff options
| -rw-r--r-- | .appveyor.yml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/.appveyor.yml b/.appveyor.yml index 54ebe5014..4b1715292 100644 --- a/.appveyor.yml +++ b/.appveyor.yml @@ -13,10 +13,10 @@ install: build_script: - ps: Invoke-Command -ScriptBlock ([ScriptBlock]::Create((Invoke-Webrequest "https://raw.githubusercontent.com/xmake-io/xmake/dev/scripts/get.ps1" -UseBasicParsing).Content)) -ArgumentList "dev" - - cmd: xmake lua versioninfo + - cmd: xmake --version - cmd: xmake -P core - cmd: set XMAKE_PROGRAM_DIR=%cd%\xmake - - cmd: core\build\xmake lua versioninfo + - cmd: core\build\xmake --version - ps: Copy-Item -Force core\build\xmake.exe $HOME\xmake - cmd: xmake lua -D tests\test.lua |
