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 a5ff0d4 commit e3443d9Copy full SHA for e3443d9
1 file changed
vars/runPipeline.groovy
@@ -232,6 +232,12 @@ def testDownstreamProject (name) {
232
sh 'DC=$DC ./travis-ci.sh'
233
break;
234
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
+
241
case 'msgpack/msgpack-d':
242
sh 'DMD=$DMD MODEL=64 make -f posix.mak unittest'
243
0 commit comments