summaryrefslogtreecommitdiff
path: root/appveyor.yml
diff options
context:
space:
mode:
authorHisham Muhammad <hisham@gobolinux.org>2020-04-21 21:14:16 -0300
committerHisham Muhammad <hisham@gobolinux.org>2020-04-21 21:20:19 -0300
commitbe97d188a22eb39ea1511fc25194d30a649a7c7f (patch)
tree6ab51c659e74c89bbd1c80dc5f6ea91e85a11310 /appveyor.yml
parentaf03c342789dce9799af2f41fda42f7d36467b85 (diff)
downloadluarocks-be97d188a22eb39ea1511fc25194d30a649a7c7f.tar.gz
luarocks-be97d188a22eb39ea1511fc25194d30a649a7c7f.tar.bz2
luarocks-be97d188a22eb39ea1511fc25194d30a649a7c7f.zip
use busted-htest
Diffstat (limited to 'appveyor.yml')
-rw-r--r--appveyor.yml3
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:
90build_script: 90build_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
94test_script: 95test_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
97after_test: 98after_test:
98 - pip install codecov 99 - pip install codecov