summaryrefslogtreecommitdiffstats
path: root/appveyor.yml
diff options
context:
space:
mode:
authorJose Fonseca <jfonseca@vmware.com>2016-04-13 13:58:57 +0100
committerJose Fonseca <jfonseca@vmware.com>2016-04-14 07:19:04 +0100
commit8fcacb4f90da7649c729dfe2cf98f24a7360ba50 (patch)
tree82f784e571259881f37085a3d5e3284f838b83a1 /appveyor.yml
parent50ddf03ada3cc167f7dcb6b26f82adb20162f983 (diff)
downloadexternal_mesa3d-8fcacb4f90da7649c729dfe2cf98f24a7360ba50.zip
external_mesa3d-8fcacb4f90da7649c729dfe2cf98f24a7360ba50.tar.gz
external_mesa3d-8fcacb4f90da7649c729dfe2cf98f24a7360ba50.tar.bz2
appveyor: Run unit tests.
Reviewed-by: Roland Scheidegger <sroland@vmware.com>
Diffstat (limited to 'appveyor.yml')
-rw-r--r--appveyor.yml3
1 files changed, 3 insertions, 0 deletions
diff --git a/appveyor.yml b/appveyor.yml
index bf7ac75..2e9b9d6 100644
--- a/appveyor.yml
+++ b/appveyor.yml
@@ -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