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

Build with deb-build-snapshot --release when a tag is pushed

parent c89d10a1
No related branches found
Tags v0.20210608.2
No related merge requests found
Pipeline #13994 failed
steam-runtime-tools (0.20210608.1) scout; urgency=medium
steam-runtime-tools (0.20210608.2) scout; urgency=medium
* Rebuild with adjusted CI settings
-- Simon McVittie <smcv@collabora.com> Tue, 08 Jun 2021 16:26:59 +0100
-- Simon McVittie <smcv@collabora.com> Tue, 08 Jun 2021 16:41:01 +0100
steam-runtime-tools (0.20210608.0) scout; urgency=medium
......
......@@ -81,6 +81,7 @@ package:
extends: .build_package
variables:
BUILD_IMAGE: '${SCOUT_DOCKER_REGISTRY}/${SCOUT_DOCKER_IMAGE}'
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
......@@ -89,6 +90,7 @@ package:i386:
extends: .build_package
variables:
BUILD_IMAGE: '${SCOUT_DOCKER_REGISTRY}/${SCOUT_I386_DOCKER_IMAGE}'
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.1',
version : '0.20210608.2',
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.1'
abi_minor = '20210608.2'
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