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:
Jordan Petridis 2018-11-21 15:47:18 +02:00
parent 01beb70022
commit c930a3a229
No known key found for this signature in database
GPG key ID: 902CC06D159744F5

View file

@ -27,7 +27,7 @@ manifest:
CXX: "ccache g++"
CCACHE_BASEDIR: "${CI_PROJECT_DIR}"
CCACHE_DIR: "${CI_PROJECT_DIR}/ccache"
MAIN_DIR: '${CI_PROJECT_DIR}'
MAIN_DIR: "${CI_PROJECT_DIR}"
MESON_ARGS: >
-Dpython=enabled
-Dlibav=enabled