Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/stevedonovan/Penlight.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorCaleb Maclennan <caleb@alerque.com>2020-10-01 16:40:01 +0300
committerThijs Schreijer <thijs@thijsschreijer.nl>2020-10-09 13:51:40 +0300
commit74ff4fa7d2fc588d46a19558fc190ccfb7a2c701 (patch)
tree4512bf2be08bb0765c3fa3dab10de5471c921783 /appveyor.yml
parent92173bea81b588193226dfc9060fd454f9b2ec3d (diff)
ci: Add busted based tests to Travis & Appveyor jobs
Diffstat (limited to 'appveyor.yml')
-rw-r--r--appveyor.yml2
1 files changed, 2 insertions, 0 deletions
diff --git a/appveyor.yml b/appveyor.yml
index 6233d94..3bc26db 100644
--- a/appveyor.yml
+++ b/appveyor.yml
@@ -20,11 +20,13 @@ before_build:
- call here\bin\activate
- "if \"%LUA%\"==\"lua 5.4\" ( luarocks install bit32 )"
- luarocks install luacov-coveralls
+ - luarocks install busted
build_script:
- luarocks make
test_script:
+ - busted -c -v
- lua run.lua tests --luacov
- lua run.lua examples