mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-12-29 03:30:35 +00:00
gitlab/ci_template.yml: Use correct yaml syntax
single quotes in yaml don't escape special charters which causes the env variable to never be resolved to its proper path.
This commit is contained in:
parent
01beb70022
commit
c930a3a229
1 changed files with 1 additions and 1 deletions
|
@ -27,7 +27,7 @@ manifest:
|
||||||
CXX: "ccache g++"
|
CXX: "ccache g++"
|
||||||
CCACHE_BASEDIR: "${CI_PROJECT_DIR}"
|
CCACHE_BASEDIR: "${CI_PROJECT_DIR}"
|
||||||
CCACHE_DIR: "${CI_PROJECT_DIR}/ccache"
|
CCACHE_DIR: "${CI_PROJECT_DIR}/ccache"
|
||||||
MAIN_DIR: '${CI_PROJECT_DIR}'
|
MAIN_DIR: "${CI_PROJECT_DIR}"
|
||||||
MESON_ARGS: >
|
MESON_ARGS: >
|
||||||
-Dpython=enabled
|
-Dpython=enabled
|
||||||
-Dlibav=enabled
|
-Dlibav=enabled
|
||||||
|
|
Loading…
Reference in a new issue