Skip to content

Commit

Permalink
hook debuginfotest into gate
Browse files Browse the repository at this point in the history
  • Loading branch information
adinn authored and zakkak committed Jul 1, 2020
1 parent a0427d0 commit b2aae90
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .travis.yml
Expand Up @@ -44,6 +44,12 @@ matrix:
packages:
- libc++1
- libc++abi1
- os: linux
env: JDK="jdk8" GATE="build,debuginfotest" PRIMARY="substratevm"
addons:
apt:
packages:
- gdb
- env: JDK="jdk11" GATE="style,fullbuild" PRIMARY="compiler"
- env: JDK="jdk11" GATE="build,test" PRIMARY="compiler"
- env: JDK="jdk11" GATE="build,bootstraplite" PRIMARY="compiler"
Expand Down

0 comments on commit b2aae90

Please sign in to comment.