summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--.gitlab-ci.yml2
1 files changed, 2 insertions, 0 deletions
diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index 291898c6f..46cc5f0cf 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -263,11 +263,13 @@ meson vs2017 amd64:
extends: '.build meson windows'
variables:
ARCH: 'amd64'
+ when: 'manual'
meson vs2017 x86:
extends: '.build meson windows'
variables:
ARCH: 'x86'
+ when: 'manual'
meson android arm64 fedora:
# TODO: should probably build our own image here some day