Commit 220cdae2 authored by Olivier Crête's avatar Olivier Crête

gitlab-ci: Skip meson build on schedules

parent 4f0d9b01
...@@ -42,6 +42,8 @@ build meson: ...@@ -42,6 +42,8 @@ build meson:
gobject-introspection-devel gobject-introspection-devel
gstreamer1-devel gstreamer1-devel
redhat-rpm-config redhat-rpm-config
except:
- schedules
before_script: before_script:
- dnf install -y ${DEPENDENCIES} - dnf install -y ${DEPENDENCIES}
- mkdir -p "${CI_PROJECT_DIR}" - mkdir -p "${CI_PROJECT_DIR}"
......
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