Skip to content

Commit

Permalink
Run FindBugs in CI
Browse files Browse the repository at this point in the history
  • Loading branch information
eregon committed Oct 24, 2017
1 parent f333a49 commit 7a37d53
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion ci.jsonnet
Original file line number Diff line number Diff line change
Expand Up @@ -490,7 +490,9 @@
run: [
# Build with ECJ to get warnings
["mx", "build", "--jdt", "$JDT", "--warning-as-error"],
] + jt(["lint"]),
] + jt(["lint"]) + [
["mx", "findbugs"]
],
timelimit: "30:00"
},

Expand Down

0 comments on commit 7a37d53

Please sign in to comment.