Skip to content

Commit 250001a

Browse files
committed
Merge pull request #130 from wilzbach/tools
Add dlang/tools to the tested projects
2 parents ddafb09 + e3443d9 commit 250001a

1 file changed

Lines changed: 7 additions & 0 deletions

File tree

vars/runPipeline.groovy

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -232,6 +232,12 @@ def testDownstreamProject (name) {
232232
sh 'DC=$DC ./travis-ci.sh'
233233
break;
234234

235+
case 'dlang/tools':
236+
// explicit test to avoid Digger setup, see dlang/tools#298 and dlang/tools#301
237+
sh "make -f posix.mak all DMD='${env.WORKSPACE}/distribution/bin/dmd'"
238+
sh "make -f posix.mak test DMD='${env.WORKSPACE}/distribution/bin/dmd' DFLAGS="
239+
break;
240+
235241
case 'msgpack/msgpack-d':
236242
sh 'DMD=$DMD MODEL=64 make -f posix.mak unittest'
237243
break;
@@ -415,6 +421,7 @@ def call() { timeout(time: 1, unit: 'HOURS') {
415421
"dlang-community/DCD", // 23s
416422
"d-gamedev-team/gfm", // 28s
417423
"atilaneves/unit-threaded", //36s
424+
"dlang/tools", // 40s
418425
"rejectedsoftware/diet-ng", // 56s
419426
"dlang-tour/core", // 1m17s
420427
"dlang-community/D-Scanner", // 1m40s

0 commit comments

Comments
 (0)