diff options
Diffstat (limited to 'appveyor.yml')
-rw-r--r-- | appveyor.yml | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/appveyor.yml b/appveyor.yml index 6a4f9417..7011c80c 100644 --- a/appveyor.yml +++ b/appveyor.yml | |||
@@ -90,9 +90,10 @@ before_build: | |||
90 | build_script: | 90 | build_script: |
91 | - IF NOT EXIST lua_install-%LUAV%\bin\busted.bat ( luarocks install busted 1> NUL 2> NUL ) | 91 | - IF NOT EXIST lua_install-%LUAV%\bin\busted.bat ( luarocks install busted 1> NUL 2> NUL ) |
92 | - IF NOT EXIST lua_install-%LUAV%\bin\luacov.bat ( luarocks install cluacov 1> NUL 2> NUL ) | 92 | - IF NOT EXIST lua_install-%LUAV%\bin\luacov.bat ( luarocks install cluacov 1> NUL 2> NUL ) |
93 | - luarocks install busted-htest 1> NUL 2> NUL | ||
93 | 94 | ||
94 | test_script: | 95 | test_script: |
95 | - busted -o gtest -v --lpath=.//?.lua --exclude-tags=ssh,unix,%EXCLUDE% -Xhelper lua_dir=%CD%\lua_install-%LUAV%,appveyor,%COMPILER% %FILES% | 96 | - busted -o htest -v --lpath=.//?.lua --exclude-tags=ssh,unix,%EXCLUDE% -Xhelper lua_dir=%CD%\lua_install-%LUAV%,appveyor,%COMPILER% %FILES% |
96 | 97 | ||
97 | after_test: | 98 | after_test: |
98 | - pip install codecov | 99 | - pip install codecov |