~hp/dfuse_pack

813dcf11f248609e1b2ff98387ca8b90d733c2fd — Hanspeter Portner 5 years ago 5f44050
fix gitlab CI recipe.
2 files changed, 3 insertions(+), 3 deletions(-)

M .gitlab-ci.yml
M VERSION
M .gitlab-ci.yml => .gitlab-ci.yml +2 -2
@@ 4,8 4,8 @@ stages:

.variables_template: &variables_definition
  variables:
    BASE_NAME: "lv2lint"
    PKG_CONFIG_PATH: "/opt/lv2/lib/pkgconfig:/opt/${CI_BUILD_NAME}/lib/pkgconfig"
    BASE_NAME: "dfuse_pack"
    PKG_CONFIG_PATH: "/opt/lv2/lib/pkgconfig:/opt/${CI_BUILD_NAME}/lib/pkgconfig:/usr/lib/${CI_BUILD_NAME}/pkgconfig"
    TOOLCHAIN_FILE: "${CI_PROJECT_DIR}/meson/${CI_BUILD_NAME}"

.common_template: &common_definition

M VERSION => VERSION +1 -1
@@ 1,1 1,1 @@
0.11.1
0.11.3