summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorruki <[email protected]>2019-03-13 22:30:47 +0800
committerruki <[email protected]>2019-03-13 09:04:44 +0800
commit6a47a2a4a1ed124fa40c398b1982de38978685fc (patch)
tree8f6bd047d8c06d12e2ccf15dfecb1a0dc06ce502
parente2282fc82dd6e9a51b97dde2252f48aaa39342eb (diff)
modify appvefoyr
-rw-r--r--.appveyor.yml4
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