From: Jose Fonseca Date: Wed, 13 Apr 2016 12:58:57 +0000 (+0100) Subject: appveyor: Run unit tests. X-Git-Tag: upstream/17.1.0~11067 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=8fcacb4f90da7649c729dfe2cf98f24a7360ba50;p=platform%2Fupstream%2Fmesa.git appveyor: Run unit tests. Reviewed-by: Roland Scheidegger --- 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