We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e4a84ea commit 9813db4Copy full SHA for 9813db4
1 file changed
vars/runPipeline.groovy
@@ -293,6 +293,23 @@ def testDownstreamProject (name) {
293
test_travis_yaml()
294
break;
295
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
+
313
default:
314
315
@@ -425,6 +442,7 @@ def call() { timeout(time: 1, unit: 'HOURS') {
425
442
"ariovistus/pyd",
426
443
"dlang/undeaD",
427
444
"economicmodeling/containers",
445
+ "ikod/dlang-requests",
428
446
"kyllingstad/zmqd",
429
447
"lgvz/imageformats",
430
448
"msgpack/msgpack-d",
0 commit comments