Skip to content
Snippets Groups Projects
Commit a5c4b4be authored by Simon McVittie's avatar Simon McVittie
Browse files

Quote 'yes' to avoid confusing Gitlab-CI's parser

parent 7e287571
No related branches found
Tags v0.20210608.3
No related merge requests found
Pipeline #13996 passed
steam-runtime-tools (0.20210608.2) scout; urgency=medium
steam-runtime-tools (0.20210608.3) scout; urgency=medium
* Rebuild with adjusted CI settings
-- Simon McVittie <smcv@collabora.com> Tue, 08 Jun 2021 16:41:01 +0100
-- Simon McVittie <smcv@collabora.com> Tue, 08 Jun 2021 16:43:27 +0100
steam-runtime-tools (0.20210608.0) scout; urgency=medium
......
......@@ -81,7 +81,7 @@ package:
extends: .build_package
variables:
BUILD_IMAGE: '${SCOUT_DOCKER_REGISTRY}/${SCOUT_DOCKER_IMAGE}'
DEB_BUILD_SNAPSHOT_RELEASE_TAGS: yes
DEB_BUILD_SNAPSHOT_RELEASE_TAGS: 'yes'
STEAM_CI_DEB_BUILD: full # debuild --build=full, aka -F
STEAM_CI_INSTALL_SCRIPT: |
apt-get -y install pkg-create-dbgsym
......@@ -90,7 +90,7 @@ package:i386:
extends: .build_package
variables:
BUILD_IMAGE: '${SCOUT_DOCKER_REGISTRY}/${SCOUT_I386_DOCKER_IMAGE}'
DEB_BUILD_SNAPSHOT_RELEASE_TAGS: yes
DEB_BUILD_SNAPSHOT_RELEASE_TAGS: 'yes'
STEAM_CI_DEB_BUILD: any # debuild --build=any, aka -B
STEAM_CI_INSTALL_SCRIPT: |
apt-get -y install pkg-create-dbgsym
......
......@@ -23,7 +23,7 @@
project(
'steam-runtime-tools', 'c', 'cpp',
version : '0.20210608.2',
version : '0.20210608.3',
default_options: [
'c_std=c99',
'cpp_std=c++11',
......@@ -35,7 +35,7 @@ add_languages('cpp')
api_major = '0'
abi_major = '0'
abi_minor = '20210608.2'
abi_minor = '20210608.3'
pkg = import('pkgconfig')
gnome = import('gnome')
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment