summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChristoph Reiter <reiter.christoph@gmail.com>2018-07-07 16:30:50 +0200
committerChristoph Reiter <reiter.christoph@gmail.com>2018-07-07 16:30:50 +0200
commitc31ea9331a643ad114affd0c6761a404d0170259 (patch)
treebc488e178cf133e2ffd2579aefad5610111ba8e7
parentbe1aca545de822ae4dd33fb1fa90295558c75c1f (diff)
downloadpygobject-c31ea9331a643ad114affd0c6761a404d0170259.tar.gz
ci: enable all CI jobs again
theoretically gitlab bans should be disabled now
-rw-r--r--.gitlab-ci.yml4
1 files changed, 0 insertions, 4 deletions
diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index f53bddf1..efed1968 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -59,7 +59,6 @@ python2-mingw32:
<<: *mingw-defaults
python2-mingw64:
- when: manual
variables:
PYTHON: "python2"
MSYSTEM: "MINGW64"
@@ -67,7 +66,6 @@ python2-mingw64:
<<: *mingw-defaults
python3-mingw32:
- when: manual
variables:
PYTHON: "python3"
MSYSTEM: "MINGW32"
@@ -87,7 +85,6 @@ python2.7:
<<: *defaults
python3.5:
- when: manual
variables:
PYENV_VERSION: "3.5.5"
<<: *defaults
@@ -109,7 +106,6 @@ pypy2:
<<: *defaults
pypy3:
- when: manual
allow_failure: true
variables:
PYENV_VERSION: "pypy3.5-6.0.0"