summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorruki <[email protected]>2017-05-26 23:15:44 +0800
committerruki <[email protected]>2017-05-26 23:15:44 +0800
commit3e8ade50a1bab7031860b3ae6615c828ee1fd448 (patch)
tree2b62b10c766422d518de70d8ec2d53787e130eb7
parent8e735551c6d8e17dac4308c3dafb850316902d7b (diff)
fix build on appveyor
-rw-r--r--.appveyor.yml1
1 files changed, 1 insertions, 0 deletions
diff --git a/.appveyor.yml b/.appveyor.yml
index 897c76591..2b52637ae 100644
--- a/.appveyor.yml
+++ b/.appveyor.yml
@@ -42,6 +42,7 @@ on_success:
- luacov
- pip install codecov
- codecov --file luacov.report.out
+ - ps: $env:XMAKE_PROGRAM_DIR=$null
- ps: Invoke-Expression (Get-Content scripts\getpb.ps1 | Out-String)
after_build: