summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBenjamin Berg <benjamin@sipsolutions.net>2023-01-27 21:30:22 +0100
committerBenjamin Berg <benjamin@sipsolutions.net>2023-01-27 21:30:22 +0100
commit13b5630d884c42710c0077b7333751376dc50319 (patch)
tree42a6ff136f8e0ba08a02d21da6ec263e4e365aec
parent30a945dc9e3f149f222d9d208a1532fdebd6f2dd (diff)
downloadpygobject-benzea/try-disable-gdebug.tar.gz
remove targets for testbenzea/try-disable-gdebug
-rw-r--r--.gitlab-ci.yml74
1 files changed, 0 insertions, 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