isl/state: Return an extent3d from the halign/valign helper
[mesa.git] / appveyor.yml
index bf7ac75285750261df7ce3207f16819fc3344ad4..2e9b9d650d784dcfcaeb0d515f549bd1b45b32a2 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