Closed jwkohnen closed 8 years ago
Tests run: 314, Failures: 23, Errors: 1, Skipped: 0
[INFO] ------------------------------------------------------------------------
[INFO] Reactor Summary:
[INFO]
[INFO] ANTLR 4 ............................................ SUCCESS [ 1.354 s]
[INFO] ANTLR 4 Runtime .................................... SUCCESS [ 9.019 s]
[INFO] ANTLR 4 Tool ....................................... SUCCESS [ 4.401 s]
[INFO] ANTLR 4 Maven plugin ............................... SUCCESS [ 4.283 s]
[INFO] ANTLR 4 Runtime Test Generator ..................... FAILURE [08:48 min]
[INFO] ANTLR 4 Tool Tests ................................. SKIPPED
[INFO] ------------------------------------------------------------------------
[INFO] BUILD FAILURE
[INFO] ------------------------------------------------------------------------
[INFO] Total time: 09:07 min <<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<< :)
[INFO] Finished at: 2016-06-05T20:07:23+00:00
[INFO] Final Memory: 36M/222M
Uhm, well, seems I have broken the removal of temporary files. I'll take care of that tomorrow.
Hooray for CI results! Thanks @wjkohnen!
This is awesome, @wjkohnen! Great work.
Finally some meaningful travis builds!
mvn test
now runs withGOPATH
unset, which means it runs on travis and it does not need any Go project directories ceremony, which IMHO is mandatory for merging with upstream and is important for anyone who wants so build ANTLR her-/himself and who don't actually want to develop on the Go target.The runtime-testsuite caches the go antlr runtime, so it will get build only 14 times, instead of 314 times. This saves almost half of the time on one of my slower machines and on travis.