diff options
| author | ruki <[email protected]> | 2019-01-31 00:41:19 +0800 |
|---|---|---|
| committer | ruki <[email protected]> | 2019-01-30 22:07:57 +0800 |
| commit | 99c7001161a0051ba8c5524ea47feeff9e628662 (patch) | |
| tree | 84206fd5e440d7423057e88f7d5d7019affae417 | |
| parent | 35bec25fcbe3be1b3d248c0672cffa609a71545b (diff) | |
disable getpb.ps1
| -rw-r--r-- | .appveyor.yml | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/.appveyor.yml b/.appveyor.yml index e03aceff4..6fd3bbacb 100644 --- a/.appveyor.yml +++ b/.appveyor.yml @@ -20,9 +20,9 @@ build_script: - ps: Copy-Item -Force core\build\xmake.exe $HOME\xmake - cmd: xmake lua -D tests\test.lua -on_success: - - ps: $env:XMAKE_PROGRAM_DIR=$null - - ps: Invoke-Expression (Get-Content scripts\getpb.ps1 | Out-String) +#on_success: +# - ps: $env:XMAKE_PROGRAM_DIR=$null +# - ps: Invoke-Expression (Get-Content scripts\getpb.ps1 | Out-String) after_build: - ps: Copy-Item core\build\xmake.exe . |
