Skip to content
Snippets Groups Projects
Commit d6f93088 authored by Arkadiusz Hiler's avatar Arkadiusz Hiler
Browse files

.gitlab-ci: Don't test Autotools

parent 37e4ee5e
No related branches found
No related tags found
No related merge requests found
...@@ -161,17 +161,6 @@ build:tests-debian-meson-mips: ...@@ -161,17 +161,6 @@ build:tests-debian-meson-mips:
paths: paths:
- build - build
build:tests-debian-autotools:
image: $CI_REGISTRY/$CI_PROJECT_PATH/build-debian:commit-$CI_COMMIT_SHA
stage: build
script:
- ./autogen.sh --enable-{chamelium,audio,intel,amdgpu,nouveau,tests,runner}
- make -j $(nproc) || make -j 1
- cp tests/test-list.txt autotools-test-list.txt
artifacts:
paths:
- autotools-test-list.txt
#################### TEST ########################## #################### TEST ##########################
test:ninja-test: test:ninja-test:
...@@ -243,13 +232,6 @@ test:ninja-test-mips: ...@@ -243,13 +232,6 @@ test:ninja-test-mips:
- build - build
when: on_failure when: on_failure
test:test-list-diff:
dependencies:
- build:tests-debian-autotools
- build:tests-debian-meson
stage: test
script: diff <(sed "s/ /\n/g" meson-test-list.txt| grep -v 'vc4\|v3d\|panfrost\|nouveau' | sort) <(sed "s/ /\n/g" autotools-test-list.txt | sort)
test:list-undocumented-tests: test:list-undocumented-tests:
dependencies: dependencies:
- build:tests-fedora - build:tests-fedora
......
...@@ -20,12 +20,4 @@ RUN apt-get install -y \ ...@@ -20,12 +20,4 @@ RUN apt-get install -y \
peg \ peg \
libdrm-intel1 libdrm-intel1
# autotools build deps
RUN apt-get install -y \
autoconf \
automake \
xutils-dev \
libtool \
make
RUN apt-get clean RUN apt-get clean
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment