From d2af7d20850bb65cd2014d43b88b689f2eed996e Mon Sep 17 00:00:00 2001 From: Christoph Reiter Date: Mon, 11 Mar 2019 19:14:38 +0100 Subject: Drop autotools build system --- .gitlab-ci.yml | 40 ---------------------------------------- 1 file changed, 40 deletions(-) (limited to '.gitlab-ci.yml') diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 3afbb3e8..f01e759e 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -34,30 +34,6 @@ fedora-x86_64-meson: - "${CI_PROJECT_DIR}/_build/meson-logs" - public -fedora-x86_64-autotools: - stage: build - variables: - CCACHE_BASEDIR: "${CI_PROJECT_DIR}" - CCACHE_DIR: "${CI_PROJECT_DIR}/_ccache" - CFLAGS: "-Werror" - script: - - sed -i 's|\[glib-2\.0 >= [0-9.]*\]|[glib-2.0 >= 1.0]|' configure.ac - - mkdir _build - - cd _build - - ../autogen.sh --with-python=python3 --enable-gtk-doc --enable-doctool - - make -j4 - - make check - - python3 -m pip install --user flake8 - - make check.quality - artifacts: - when: on_failure - name: "gi-_${CI_COMMIT_REF_NAME}" - paths: - - "_build/*.log" - - "_build/*/*.log" - - "_build/*/*/*.log" - - "_build/*/*/*/*.log" - msys2-mingw32-meson: stage: build tags: @@ -74,22 +50,6 @@ msys2-mingw32-meson: paths: - _build/meson-logs -msys2-mingw32-autotools: - stage: build - tags: - - win32 - variables: - MSYSTEM: "MINGW32" - CHERE_INVOKING: "yes" - script: - - C:\msys64\usr\bin\pacman --noconfirm -Syyuu --ask 20 - - C:\msys64\usr\bin\bash -lc "bash -x ./.gitlab-ci/test-msys2-autotools.sh" - artifacts: - when: on_failure - name: "gi-_%CI_COMMIT_REF_NAME%" - paths: - - _build/meson-logs - vs2017-x64-meson: stage: build tags: -- cgit v1.2.1