Skip to content

Commit e3443d9

Browse files
committed
just run make all&test for dlang/tools
1 parent a5ff0d4 commit e3443d9

1 file changed

Lines changed: 6 additions & 0 deletions

File tree

vars/runPipeline.groovy

Lines changed: 6 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;

0 commit comments

Comments
 (0)