summaryrefslogtreecommitdiffstats
path: root/.gitlab-ci.yml
diff options
context:
space:
mode:
authorDylan Baker <[email protected]>2019-04-08 13:37:31 -0700
committerDylan Baker <[email protected]>2019-04-15 13:44:41 -0700
commita988d953899c099719f36093114516ccee652d28 (patch)
tree0f90ef1dca7db9baffdd3937dc491b0ea7839895 /.gitlab-ci.yml
parentb165ac972b1b406ab5dc7cd4b34d35703c27330a (diff)
ci: Delete autotools build jobs
Reviewed-by: Eric Anholt <[email protected]> Reviewed-by: Eric Engestrom <[email protected]> Acked-by: Marek Olšák <[email protected]> Acked-by: Jason Ekstrand <[email protected]> Acked-by: Bas Nieuwenhuizen <[email protected]> Acked-by: Matt Turner <[email protected]>
Diffstat (limited to '.gitlab-ci.yml')
-rw-r--r--.gitlab-ci.yml15
1 files changed, 0 insertions, 15 deletions
diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index 5ca5703fc0c..e3aa2a4482c 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -117,21 +117,6 @@ ubuntu:
- scons $SCONS_TARGET
- eval $SCONS_CHECK_COMMAND
-autotools:
- extends: .build
- variables:
- MAKEFLAGS: "-j8"
- LLVM_CONFIG: llvm-config-7
- script:
- - mkdir build
- - cd build
- - ../autogen.sh
- --enable-autotools
- --enable-debug
- --disable-llvm-shared-libs
- - make
- - make check
-
# NOTE: Building SWR is 2x (yes two) times slower than all the other
# gallium drivers combined.
# Start this early so that it doesn't limit the total run time.