aboutsummaryrefslogtreecommitdiff
path: root/appveyor.yml
diff options
context:
space:
mode:
authorGeorge Roman <george.roman.99@gmail.com>2018-06-01 00:35:48 +0300
committerHisham Muhammad <hisham@gobolinux.org>2018-06-04 15:41:51 -0300
commitb7d5fa4caeddb73ef1a423665da9b562e16b8817 (patch)
tree4368a654304f8c784beb4df2465cbb19a3a628ce /appveyor.yml
parent4e8c650d7daac769f9af843b1578dd2521318972 (diff)
downloadluarocks-b7d5fa4caeddb73ef1a423665da9b562e16b8817.tar.gz
luarocks-b7d5fa4caeddb73ef1a423665da9b562e16b8817.tar.bz2
luarocks-b7d5fa4caeddb73ef1a423665da9b562e16b8817.zip
Run unit tests before integration tests
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 3b60fd9a..0314d4c3 100644
--- a/appveyor.yml
+++ b/appveyor.yml
@@ -55,7 +55,8 @@ build_script:
55 - luarocks install cluacov 1> NUL 2> NUL 55 - luarocks install cluacov 1> NUL 2> NUL
56 56
57test_script: 57test_script:
58 - busted -o gtest -v --lpath=.//?.lua --exclude-tags=ssh,unix -Xhelper lua_dir=%CD%\lua_install,appveyor,%COMPILER% %FILES% 58 - busted -o gtest -v --lpath=.//?.lua --exclude-tags=ssh,unix,integration -Xhelper lua_dir=%CD%\lua_install,appveyor,%COMPILER% %FILES%
59 - busted -o gtest -v --lpath=.//?.lua --exclude-tags=ssh,unix,unit -Xhelper lua_dir=%CD%\lua_install,appveyor,%COMPILER% %FILES%
59 60
60after_test: 61after_test:
61 - pip install codecov 62 - pip install codecov