From ef12ccd4a1ad02e9078f6ecd96a37706b85e5cc2 Mon Sep 17 00:00:00 2001 From: Karen Arutyunov Date: Tue, 28 Jun 2022 17:55:03 +0300 Subject: Add config..develop=false variable to configuration of main and external test packages in worker --- tests/integration/testscript | 29 ++++++++++++++++++++++++----- 1 file changed, 24 insertions(+), 5 deletions(-) (limited to 'tests/integration') diff --git a/tests/integration/testscript b/tests/integration/testscript index 2a49dfd..4b27b7f 100644 --- a/tests/integration/testscript +++ b/tests/integration/testscript @@ -60,7 +60,7 @@ rfp = yes #\ pkg = hello -ver = 1.0.0+6 +ver = 1.0.0+8 rep_url = "https://git.build2.org/hello/hello.git" rep_type = git rfp = yes @@ -68,7 +68,7 @@ rfp = yes #\ pkg = libstudxml -ver = 1.1.0-b.9.20210202082911.e729667b0f34 +ver = 1.1.0-b.10 rep_url = https://stage.build2.org/1 rep_type = pkg rfp = yes @@ -109,7 +109,7 @@ host='host: true' #\ pkg = curl -ver = 7.67.0+8 +ver = 7.76.0 rep_url = https://pkg.cppget.org/1/testing rep_type = pkg rfp = yes @@ -131,7 +131,7 @@ host='host: true' #\ pkg = libxsd -ver = 4.2.0-b.1.20211007072931.2239061347d1 +ver = 4.2.0-b.3.20220224113525.516981000564 rep_url = "https://git.codesynthesis.com/xsd/xsd.git#master" rep_type = git #rep_url = https://stage.build2.org/1 @@ -156,8 +156,18 @@ host='host: true' #\ #\ +pkg = odb +ver = 2.5.0-b.22.20220629083600.4a9af07ee566 +rep_url = "https://git.codesynthesis.com/odb/odb.git#master" +rep_type = git +rfp = yes +requires='requires: host' +host='host: true' +#\ + +#\ pkg = libcmark-gfm-extensions -ver = 0.29.0-a.1+7 +ver = 0.29.0-a.4 rep_url = https://stage.build2.org/1 rep_type = pkg rfp = yes @@ -172,6 +182,15 @@ rep_type = pkg rfp = yes #\ +#\ +pkg = fmt +ver = 8.1.1 +rep_url = "https://github.com/build2-packaging/fmt.git" +#rep_url = "git+file:/tmp/fmt#master" +rep_type = git +rfp = yes +#\ + # Note that we also need to make sure that the installed package libraries are # properly imported when configuring and running tests, and that the installed # executables are runnable. -- cgit v1.1