Mesa (master): travis: test meson install as well

GitLab Mirror gitlab-mirror at kemper.freedesktop.org
Fri Oct 18 14:28:14 UTC 2019


Module: Mesa
Branch: master
Commit: 3ad6154f4eb01bf6b0c9a038be357253958b42ae
URL:    http://cgit.freedesktop.org/mesa/mesa/commit/?id=3ad6154f4eb01bf6b0c9a038be357253958b42ae

Author: Eric Engestrom <eric.engestrom at intel.com>
Date:   Fri Oct 18 15:05:21 2019 +0100

travis: test meson install as well

Signed-off-by: Eric Engestrom <eric.engestrom at intel.com>

---

 .travis.yml | 1 +
 1 file changed, 1 insertion(+)

diff --git a/.travis.yml b/.travis.yml
index cc4d0b260d6..23cb24fac16 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -55,6 +55,7 @@ script:
       meson _build -Dbuild-tests=true;
       ninja -C _build || travis_terminate 1;
       ninja -C _build test || travis_terminate 1;
+      ninja -C _build install || travis_terminate 1;
     fi
   - if test "x$BUILD" = xscons; then
       scons || travis_terminate 1;




More information about the mesa-commit mailing list