OSDN Git Service

i965/vec4: Make opt_vector_float reset at the top of each block
[android-x86/external-mesa.git] / 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