summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorOlivier CrĂȘte <olivier.crete@collabora.com>2019-07-31 15:45:16 -0400
committerOlivier CrĂȘte <olivier.crete@collabora.com>2019-07-31 16:09:45 -0400
commitb47d19afafcaa52f4138b451cdc123b9de30f6f9 (patch)
treeb3f5aa9972405b4a3194c970e2fa3b417601d473
parent1cab33f0af6b5d3dbeb10846788dd15303920b16 (diff)
downloadlibnice-b47d19afafcaa52f4138b451cdc123b9de30f6f9.tar.gz
gitlab-ci: Use extends to reduce size of script
-rw-r--r--.gitlab-ci.yml12
1 files changed, 1 insertions, 11 deletions
diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index 00cab6d..44e2ed2 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -91,21 +91,11 @@ test meson:
test valgrind meson:
- stage: test
- image: registry.freedesktop.org/libnice/libnice/centos7/meson-build
- allow_failure: true
- dependencies:
- - build meson
- except:
- - schedules
+ extends: test meson
script:
- ifconfig
- source scl_source enable rh-python36 && true
- meson test -C build/ --setup valgrind --print-errorlogs
- artifacts:
- when: on_failure
- paths:
- - build/meson-logs/
doc-and-install meson: