Commit b47d19af authored by Olivier Crête's avatar Olivier Crête

gitlab-ci: Use extends to reduce size of script

parent 1cab33f0
...@@ -91,21 +91,11 @@ test meson: ...@@ -91,21 +91,11 @@ test meson:
test valgrind meson: test valgrind meson:
stage: test extends: test meson
image: registry.freedesktop.org/libnice/libnice/centos7/meson-build
allow_failure: true
dependencies:
- build meson
except:
- schedules
script: script:
- ifconfig - ifconfig
- source scl_source enable rh-python36 && true - source scl_source enable rh-python36 && true
- meson test -C build/ --setup valgrind --print-errorlogs - meson test -C build/ --setup valgrind --print-errorlogs
artifacts:
when: on_failure
paths:
- build/meson-logs/
doc-and-install meson: doc-and-install meson:
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment