From a20205ad8b1a30fbc419e016a633b40b739073c7 Mon Sep 17 00:00:00 2001 From: Michael Wallner Date: Thu, 17 Dec 2020 16:17:13 +0100 Subject: [PATCH] ci: bsds: rebuild packages after reconfiguration --- .builds/freebsd.yml | 1 + .builds/openbsd.yml | 1 + 2 files changed, 2 insertions(+) diff --git a/.builds/freebsd.yml b/.builds/freebsd.yml index 51e6ea44..18692c35 100644 --- a/.builds/freebsd.yml +++ b/.builds/freebsd.yml @@ -45,4 +45,5 @@ tasks: cmake -DCMAKE_BUILD_TYPE=Release -DBUILD_DOCS_MANGZ=ON -S libmemcached -B release cmake --build release -j2 --target package -- VERBOSE= cmake -DCPACK_COMPONENT_INSTALL=ON release + cmake --build release -j2 --target package -- VERBOSE= cmake --build release -j2 --target push-artifacts -- VERBOSE= diff --git a/.builds/openbsd.yml b/.builds/openbsd.yml index c04c12c5..ce5cef13 100644 --- a/.builds/openbsd.yml +++ b/.builds/openbsd.yml @@ -34,4 +34,5 @@ tasks: cmake -DCMAKE_BUILD_TYPE=Release -DBUILD_DOCS_MANGZ=ON -S libmemcached -B release cmake --build release -j2 --target package -- VERBOSE= cmake -DCPACK_COMPONENT_INSTALL=ON release + cmake --build release -j2 --target package -- VERBOSE= cmake --build release -j2 --target push-artifacts -- VERBOSE= -- 2.30.2