From 13b5630d884c42710c0077b7333751376dc50319 Mon Sep 17 00:00:00 2001 From: Benjamin Berg Date: Fri, 27 Jan 2023 21:30:22 +0100 Subject: remove targets for test --- .gitlab-ci.yml | 74 ---------------------------------------------------------- 1 file changed, 74 deletions(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 0f9b48a8..82507bbf 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -29,80 +29,6 @@ cache: - C:\msys64\usr\bin\pacman --noconfirm -Syyuu - C:\msys64\usr\bin\bash -lc "bash -x ./.gitlab-ci/test-msys2.sh" -coverage: - stage: coverage - artifacts: - paths: - - coverage/ - variables: - PYENV_VERSION: "3.8.16-debug" - script: - - bash -x ./.gitlab-ci/coverage-docker.sh - coverage: '/^\s+lines\.+:\s+([\d.]+\%)\s+/' - -pages: - stage: deploy - dependencies: - - coverage - script: - - mv coverage/ public/ - artifacts: - paths: - - public - expire_in: 30 days - only: - - master - -mingw32: - variables: - MSYSTEM: "MINGW32" - <<: *mingw-defaults - -mingw64: - variables: - MSYSTEM: "MINGW64" - <<: *mingw-defaults - -python3.7: - variables: - PYENV_VERSION: "3.7.16-debug" - <<: *defaults - -python3.8: - variables: - PYENV_VERSION: "3.8.16-debug" - <<: *defaults - -python3.9: - variables: - PYENV_VERSION: "3.9.16-debug" - <<: *defaults - -python3.10: - variables: - PYENV_VERSION: "3.10.9-debug" - <<: *defaults - -python3.11: - variables: - PYENV_VERSION: "3.11.1-debug" - <<: *defaults - -pypy3.8: - allow_failure: true - variables: - PYENV_VERSION: "pypy3.8-7.3.11" - <<: *defaults - -old-i386-py3: - stage: build_and_test - image: registry.gitlab.gnome.org/gnome/pygobject/old:v5 - artifacts: - paths: - - coverage/ - script: - - bash -x ./.gitlab-ci/test-docker-old.sh - gnome-master: allow_failure: true stage: build_and_test -- cgit v1.2.1