Skip to content

Commit be81d9b

Browse files
committed
udpate deatils of hellowrold_debugu task
1 parent e3ddfb9 commit be81d9b

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

.travis.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -27,6 +27,7 @@ matrix:
2727
- env: JDK="jdk8" GATE="style,fullbuild" PRIMARY="substratevm"
2828
- env: JDK="jdk8" GATE="build,test" PRIMARY="compiler"
2929
- env: JDK="jdk8" GATE="build,test,helloworld" PRIMARY="substratevm"
30+
- env: JDK="jdk8" GATE="build,test,helloworld_debug" PRIMARY="substratevm"
3031
- env: JDK="jdk8" GATE="build,bootstraplite" PRIMARY="compiler"
3132
- env: JDK="jdk8" GATE="style,fullbuild,sulongBasic" PRIMARY="sulong"
3233
addons:

substratevm/mx.substratevm/mx_substratevm.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -359,6 +359,7 @@ def __getattr__(self, name):
359359

360360
GraalTags = Tags([
361361
'helloworld',
362+
'helloworld_debug',
362363
'test',
363364
'maven',
364365
'js',

0 commit comments

Comments
 (0)