diff options
author | Andrei Karas <akaras@inbox.ru> | 2020-06-01 00:44:27 +0300 |
---|---|---|
committer | Andrei Karas <akaras@inbox.ru> | 2020-06-01 00:44:27 +0300 |
commit | 7bc92c1fab9c1ea319958a270f56bce173712caa (patch) | |
tree | 8bd2d79f1f5224475e2c004aee0b59d4a13f04cd /.gitlab-ci.yml | |
parent | 4e4933f2100be4c18928ab4f85672cec24be516a (diff) | |
download | manaverse-7bc92c1fab9c1ea319958a270f56bce173712caa.tar.gz manaverse-7bc92c1fab9c1ea319958a270f56bce173712caa.tar.bz2 manaverse-7bc92c1fab9c1ea319958a270f56bce173712caa.tar.xz manaverse-7bc92c1fab9c1ea319958a270f56bce173712caa.zip |
Add missing limit for triggers and mxe for manaplus base repository only
Diffstat (limited to '.gitlab-ci.yml')
-rw-r--r-- | .gitlab-ci.yml | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 8799c996c..9197e5556 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -182,6 +182,8 @@ gcc-10_default: gdb valgrind netcat-openbsd procps mxe_gcc6_shared_32: + only: + - branches@manaplus/manaplus stage: prebuild script: - ls /mxe @@ -195,6 +197,8 @@ mxe_gcc6_shared_32: - docker mxe_gcc6_shared_64: + only: + - branches@manaplus/manaplus stage: prebuild script: - ls /mxe @@ -325,6 +329,8 @@ gcc-5_h_all_i386: triggers: stage: build + only: + - branches@manaplus/manaplus script: - ./tools/ci/scripts/triggers.sh <<: *job-push |