-
Notifications
You must be signed in to change notification settings - Fork 240
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #1 from sampottinger/master
Java 11, OpenJDK, ANTLR 4, and Travis
- Loading branch information
Showing
321 changed files
with
16,375 additions
and
8,698 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,6 @@ | ||
.DS_Store | ||
.AppleDouble | ||
*.iml | ||
._* | ||
*~ | ||
/build/shared/reference.zip | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,26 @@ | ||
git: | ||
depth: 1 | ||
|
||
language: java | ||
|
||
jdk: | ||
- openjdk11 | ||
|
||
before_install: | ||
- sudo apt-get -qq update | ||
- sudo apt-get install ant-optional | ||
- sudo apt-get install wget | ||
- wget --no-check-certificate https://www-us.apache.org/dist//ant/binaries/apache-ant-1.10.7-bin.tar.gz | ||
- tar -xzvf apache-ant-1.10.7-bin.tar.gz | ||
- export PATH=`pwd`/apache-ant-1.10.7/bin:$PATH | ||
|
||
services: | ||
- xvfb | ||
|
||
before_script: | ||
- export DISPLAY=:99.0 | ||
- cd build | ||
|
||
script: | ||
- ant clean | ||
- ant build |
Large diffs are not rendered by default.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Binary file not shown.
Binary file not shown.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.