summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJan Schulz <jasc@gmx.net>2016-01-16 22:24:38 +0100
committerNicolas Williams <nico@cryptonector.com>2016-01-16 17:02:43 -0600
commitc0e01452f22b798153fd84c0838266b8174d0b47 (patch)
tree1333cea10356be5b702bf5c37ff1879222c2461a
parent45260890f2a56df013c442e5734ea07afe43356e (diff)
Run tests on appveyor
Signed-off-by: Nicolas Williams <nico@cryptonector.com>
-rw-r--r--appveyor.yml2
1 files changed, 1 insertions, 1 deletions
diff --git a/appveyor.yml b/appveyor.yml
index c26194f9..0186f822 100644
--- a/appveyor.yml
+++ b/appveyor.yml
@@ -23,7 +23,7 @@ build_script:
- file jq.exe
test_script:
- - echo not run?
+ - bash -lc "exec 0</dev/null && cd $APPVEYOR_BUILD_FOLDER && make check"
artifacts:
- path: jq-package.zip