ci: bsds: rebuild packages after reconfiguration
authorMichael Wallner <mike@php.net>
Thu, 17 Dec 2020 15:17:13 +0000 (16:17 +0100)
committerMichael Wallner <mike@php.net>
Thu, 17 Dec 2020 15:17:13 +0000 (16:17 +0100)
.builds/freebsd.yml
.builds/openbsd.yml

index 51e6ea441d24e39ff3fc8c7a8fbf701cf8c42ee0..18692c3560b1d8bf188cbfdb129592085e1776b0 100644 (file)
@@ -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=
index c04c12c573e474dc0f4a0d97ab076e991e678fc7..ce5cef13f98184b3d5e9de45c54a1c11bd07be54 100644 (file)
@@ -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=