blob: 5463bde49230a6786ed636d5e0104a799227813c [file] [log] [blame]
#!/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
#########################################################################
# Build Python
#########################################################################
./buildpython.sh