[Mesa-dev] [PATCH 4/4] appveyor: Run unit tests.
Jose Fonseca
jfonseca at vmware.com
Wed Apr 13 19:04:16 UTC 2016
---
appveyor.yml | 3 +++
1 file changed, 3 insertions(+)
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
--
2.5.0
More information about the mesa-dev
mailing list