From 8c54405d78b87b8756106eceec0a53ef0225d05e Mon Sep 17 00:00:00 2001 From: Karen Arutyunov Date: Fri, 24 Mar 2023 20:32:25 +0300 Subject: Add support for package build config worker steps and steps enabling/disabling --- tests/integration/testscript | 14 +++++++++++--- 1 file changed, 11 insertions(+), 3 deletions(-) (limited to 'tests') diff --git a/tests/integration/testscript b/tests/integration/testscript index 31cf54c..1e2ebb7 100644 --- a/tests/integration/testscript +++ b/tests/integration/testscript @@ -60,7 +60,14 @@ rep_type = pkg rfp = yes #host='host: true' #dependency_checksum = 'dependency-checksum: e6f10587696020674c260669f4e7000a0139df72467bff9770aea2f2b8b57ba0' -#package_config = 'package-config: sys:libuuid-c++ --sys-install --sys-no-stub --sys-yes' +#\ +package_config = 'package-config:\ +bpkg.configure.fetch:--fetch-timeout=120 -bpkg.install: +config.libhello.develop=true +sys:libuuid-c++ --sys-install --sys-no-stub --sys-yes +\ +' +#\ #\ pkg = hello @@ -149,7 +156,7 @@ config.bpkg.tests.remote=true #\ pkg = cli -ver = 1.2.0-b.9.20230109143034.6e32dd9c26d2 +ver = 1.2.0-b.9.20230320105544.115e8dc4c504 rep_url = "https://git.codesynthesis.com/cli/cli.git#master" rep_type = git #rep_url = https://stage.build2.org/1 @@ -205,6 +212,7 @@ package_config = 'package-config: config.libxerces_c.network=true "?libcurl ~7.76.0" sys:libz/* +-bpkg.update: \' #\ @@ -256,7 +264,7 @@ config.cc.coptions=-Wall \ b.test-installed.configure:\"config.cc.loptions=-L'$~/install/lib'\" \ bpkg.test-separate-installed.create:\"config.cc.loptions=-L'$~/install/lib'\"" -#interactive="interactive: bpkg.configure.build" +#interactive="interactive: b.test-installed.configure" #interactive="interactive: warning" +cat <<"EOI" >=task -- cgit v1.1