Skip to content

Commit 9813db4

Browse files
committed
Add requests
1 parent e4a84ea commit 9813db4

1 file changed

Lines changed: 18 additions & 0 deletions

File tree

vars/runPipeline.groovy

Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -293,6 +293,23 @@ def testDownstreamProject (name) {
293293
test_travis_yaml()
294294
break;
295295

296+
case "ikod/dlang-requests":
297+
// vibe-d 0.8.3-alpha.1 needs to be temporarily used
298+
// see https://github.com/dlang/ci/pull/166
299+
sh '''
300+
cat << EOF > dub.selections.json
301+
{
302+
"fileVersion": 1,
303+
"versions": {
304+
"vibe-d": "0.8.3-alpha.1",
305+
"vibe-core": "1.4.0-alpha.1"
306+
}
307+
}
308+
EOF
309+
'''
310+
sh 'dub build'
311+
break;
312+
296313
default:
297314
test_travis_yaml()
298315
break;
@@ -425,6 +442,7 @@ def call() { timeout(time: 1, unit: 'HOURS') {
425442
"ariovistus/pyd",
426443
"dlang/undeaD",
427444
"economicmodeling/containers",
445+
"ikod/dlang-requests",
428446
"kyllingstad/zmqd",
429447
"lgvz/imageformats",
430448
"msgpack/msgpack-d",

0 commit comments

Comments
 (0)