blob: f760b090116fd927b1dda979f8ab9e1885f791d6 [file] [log] [blame] [edit]
#!/bin/bash
set -e
# Any subsequent(*) commands which fail will cause the shell script to exit immediately
#########################################################################
# Build flatbuffers
#########################################################################
./buildflatbuffer.sh
#########################################################################
# Build Antlr4.72 for Java and C++
#########################################################################
./buildantlr_mini.sh