Skip to content

Commit

Permalink
Call asdl_cpp.py on the CI properly
Browse files Browse the repository at this point in the history
  • Loading branch information
certik committed Aug 15, 2019
1 parent 36fbae1 commit e03c1d6
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 0 deletions.
1 change: 1 addition & 0 deletions build0.bat
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
python grammar\asdl_py.py
python grammar\asdl_cpp.py
python grammar\asdl_py.py grammar\ASR.asdl lfortran\asr\asr.py ..ast.utils
cd grammar
call antlr4 -Dlanguage=Python3 -no-listener -visitor fortran.g4 -o ..\lfortran\parser
Expand Down
3 changes: 3 additions & 0 deletions ci/appveyor_build.bat
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,9 @@ setlocal
python grammar\asdl_py.py
call :check

python grammar\asdl_cpp.py
call :check

python grammar\asdl_py.py grammar\ASR.asdl lfortran\asr\asr.py ..ast.utils
call :check

Expand Down
1 change: 1 addition & 0 deletions ci/azure_install_macos.sh
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@ conda update -q conda
conda install -c conda-forge python=3.7 re2c bison m4

python grammar/asdl_py.py
python grammar/asdl_cpp.py
python grammar/asdl_py.py grammar/ASR.asdl lfortran/asr/asr.py ..ast.utils

cd grammar
Expand Down

0 comments on commit e03c1d6

Please sign in to comment.