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:
authorThijs Schreijer <thijs@thijsschreijer.nl>2020-09-27 13:03:33 +0300
committerGitHub <noreply@github.com>2020-09-27 13:03:33 +0300
commitd70cf0cc9228ca3c0b239ef0c836b6eb15de4a64 (patch)
treeb34f3ac95c09a8aee68dd53f2a6e1e879a03877f /appveyor.yml
parente9c35a44beecf305a6758b10c9cde7ee1ed190ba (diff)
chore(CI) also run examples on appveyor (#352)
Diffstat (limited to 'appveyor.yml')
-rw-r--r--appveyor.yml1
1 files changed, 1 insertions, 0 deletions
diff --git a/appveyor.yml b/appveyor.yml
index 6ec07d3..eb6f0eb 100644
--- a/appveyor.yml
+++ b/appveyor.yml
@@ -28,6 +28,7 @@ build_script:
test_script:
- luacheck .
- lua run.lua tests --luacov
+ - lua run.lua examples
on_success:
# secure coveralls token not available on PR builds, only BRANCH builds