aboutsummaryrefslogtreecommitdiff
path: root/tests
diff options
context:
space:
mode:
authorKaren Arutyunov <karen@codesynthesis.com>2022-06-28 17:55:03 +0300
committerKaren Arutyunov <karen@codesynthesis.com>2022-06-29 12:43:00 +0300
commitef12ccd4a1ad02e9078f6ecd96a37706b85e5cc2 (patch)
tree8bf5412c01a3ce0d8be892b8ff068cb215c594c5 /tests
parent6f020aaefacd43706f80829ee77ba2ee26dcbf4b (diff)
Add config.<pkg>.develop=false variable to configuration of main and external test packages in worker
Diffstat (limited to 'tests')
-rw-r--r--tests/integration/testscript29
1 files changed, 24 insertions, 5 deletions
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.