Skip to content

Commit

Permalink
Fix build section
Browse files Browse the repository at this point in the history
  • Loading branch information
christoph2 committed Dec 25, 2018
1 parent 07bd104 commit f6b8f7c
Showing 1 changed file with 3 additions and 5 deletions.
8 changes: 3 additions & 5 deletions appveyor.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,21 +23,19 @@ install:
- "%PYTHON%\\python.exe -m pip install -r requirements_testings.txt"
- "%PYTHON%\\python.exe -m pip install pytest-cov coverage coveralls codacy-coverage"
- cmd: curl -O https://www.antlr.org/download/antlr-4.7.2-complete.jar
#- set
- cmd: set CLASSPATH = "%APPVEYOR_BUILD_FOLDER%\antlr-4.7.2-complete.jar"
- cmd: set CLASSPATH
- cmd: dir
#- alias antlr4='java -jar /usr/local/lib/antlr-4.7.2-complete.jar'
#- java -jar antlr-4.7.2-complete.jar
- cmd: cd pydbc
- cmd: java -jar ..\antlr-4.7.2-complete.jar -Dlanguage=Python3 -long-messages -visitor dbc.g4 -o ./py3/
- cmd: java -jar ..\antlr-4.7.2-complete.jar -Dlanguage=Python3 -long-messages -visitor ncf.g4 -o ./py3/
- cmd: java -jar ..\antlr-4.7.2-complete.jar -Dlanguage=Python3 -long-messages -visitor ldf.g4 -o ./py3/
- cmd: cd ..


build:
verbosity: normal
build: off
# mode: Script
# verbosity: normal

test_script:
# Put your test command here.
Expand Down

0 comments on commit f6b8f7c

Please sign in to comment.