appveyor: Run unit tests.
authorJose Fonseca <jfonseca@vmware.com>
Wed, 13 Apr 2016 12:58:57 +0000 (13:58 +0100)
committerJose Fonseca <jfonseca@vmware.com>
Thu, 14 Apr 2016 06:19:04 +0000 (07:19 +0100)
Reviewed-by: Roland Scheidegger <sroland@vmware.com>
appveyor.yml

index bf7ac75..2e9b9d6 100644 (file)
@@ -65,6 +65,9 @@ install:
 build_script:
 - scons -j%NUMBER_OF_PROCESSORS% MSVC_VERSION=12.0 llvm=1
 
+after_build:
+- scons -j%NUMBER_OF_PROCESSORS% MSVC_VERSION=12.0 llvm=1 check
+
 
 # It's possible to setup notification here, as described in
 # http://www.appveyor.com/docs/notifications#appveyor-yml-configuration , but