[Piglit] [PATCH 1/2] travis: Schedule cmake build job first
Jan Vesely
jan.vesely at rutgers.edu
Sun Aug 18 19:01:42 UTC 2019
This way it can overlap the other jobs better.
Signed-off-by: Jan Vesely <jan.vesely at rutgers.edu>
---
.travis.yml | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/.travis.yml b/.travis.yml
index 3043cd4cad7..b20a200c97d 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -17,6 +17,7 @@ env:
matrix:
include:
+ - env: BUILD=cmake
- python: 2.7
env: TOX_ENV="py27-{generator,noaccel,accel-nix,streams}"
- python: 3.4
@@ -27,7 +28,6 @@ matrix:
env: TOX_ENV="py36-{generator,noaccel,accel-nix,streams}"
- python: 3.7
env: TOX_ENV="py37-{generator,noaccel,accel-nix,streams}"
- - env: BUILD=cmake
install:
- |
--
2.21.0
More information about the Piglit
mailing list