diff options
| author | TitanSnow <[email protected]> | 2017-05-21 10:10:39 +0800 |
|---|---|---|
| committer | TitanSnow <[email protected]> | 2017-05-21 10:10:39 +0800 |
| commit | b7fc00223bfc9cca1d990faccaf69548f41d97b4 (patch) | |
| tree | 94781d299a2c9882229550de8f73bdff71dbae7e | |
| parent | 93fbbb2131cb92fd6d2c5dc64dea3ea54f6e4d64 (diff) | |
add --backtrace to better find error
| -rw-r--r-- | appveyor.yml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/appveyor.yml b/appveyor.yml index 89cf9b7f7..a76647228 100644 --- a/appveyor.yml +++ b/appveyor.yml @@ -36,7 +36,7 @@ build_script: - ps: Remove-Item -Recurse dos2unix,dos2unix.zip - ps: Move-Item -Force tmp xmake\core\_xmake_main.lua - ps: Copy-Item -Force core\build\xmake.exe $HOME\xmake - - cmd: xmake lua tests\test.lua + - cmd: xmake lua --backtrace tests\test.lua on_success: - luacov |
