qemu-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Qemu-devel] [PATCH] travis: Split the OSX job


From: Philippe Mathieu-Daudé
Subject: [Qemu-devel] [PATCH] travis: Split the OSX job
Date: Thu, 8 Nov 2018 17:01:15 +0100

The current OSX job often reach the 50min Travis-CI time limit.

Split it in two jobs, which as of this commit took:
- system: ~39min
- user:    ~9min

Signed-off-by: Philippe Mathieu-Daudé <address@hidden>
---
 .travis.yml | 6 +++++-
 1 file changed, 5 insertions(+), 1 deletion(-)

diff --git a/.travis.yml b/.travis.yml
index aa49c7b114..827f2252b6 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -107,7 +107,11 @@ matrix:
     - env: CONFIG="--disable-tcg"
            TEST_CMD=""
       compiler: gcc
-    - env: CONFIG=""
+    # OSX builds
+    - env: CONFIG="--disable-user"
+      os: osx
+      compiler: clang
+    - env: CONFIG="--disable-system --disable-tools --disable-docs 
--disable-guest-agent"
       os: osx
       compiler: clang
     # Python builds
-- 
2.17.2




reply via email to

[Prev in Thread] Current Thread [Next in Thread]