Travis test
diff --git a/.travis.yml b/.travis.yml index 56581a5..d92a247 100644 --- a/.travis.yml +++ b/.travis.yml
@@ -6,6 +6,15 @@ # Enable C++ support language: cpp +addons: + apt: + sources: + - ubuntu-toolchain-r-test + packages: + - gcc-7 + - g++-7 + - cmake + # Compiler selection compiler:
diff --git a/SVIncCompil/build3rdparty_mini.sh b/SVIncCompil/build3rdparty_mini.sh index bd0f7f2..187573b 100755 --- a/SVIncCompil/build3rdparty_mini.sh +++ b/SVIncCompil/build3rdparty_mini.sh
@@ -1,14 +1,14 @@ ######################################################################### -# Build Antlr4.72 for Java and C++ -######################################################################### -./buildantlr_mini.sh - -######################################################################### # Build flatbuffers ######################################################################### ./buildflatbuffer.sh ######################################################################### +# Build Antlr4.72 for Java and C++ +######################################################################### +#./buildantlr_mini.sh + +######################################################################### # Build Python ######################################################################### #./buildpython.sh
diff --git a/SVIncCompil/buildflatbuffer.sh b/SVIncCompil/buildflatbuffer.sh index 1bb939a..590a8ef 100755 --- a/SVIncCompil/buildflatbuffer.sh +++ b/SVIncCompil/buildflatbuffer.sh
@@ -2,6 +2,7 @@ # Build flatbuffers ######################################################################### echo "Making Flatbuffers" + mkdir -p ../flatbuffers cd ../flatbuffers cp -Rf ../third_party/flatbuffers/* .