mirror of
https://github.com/MontFerret/ferret.git
synced 2025-08-15 20:02:56 +02:00
Added antlr installation
This commit is contained in:
@@ -17,9 +17,5 @@ addons:
|
||||
- oracle-java8-set-default
|
||||
|
||||
before_install:
|
||||
- shopt -s expand_aliases
|
||||
- curl https://raw.githubusercontent.com/golang/dep/master/install.sh | sh
|
||||
- sudo curl -O https://www.antlr.org/download/antlr-4.7.1-complete.jar
|
||||
- export CLASSPATH=".:/usr/local/lib/antlr-4.7.1-complete.jar:$CLASSPATH"
|
||||
- alias antlr4='java -jar /usr/local/lib/antlr-4.7.1-complete.jar'
|
||||
- alias grun='java org.antlr.v4.gui.TestRig'
|
||||
- sudo apt-get update -qq
|
||||
- sudo apt-get install -qq antlr4
|
Reference in New Issue
Block a user