From 4cea9e84d4f60562cca716030ed559c89ee6d32f Mon Sep 17 00:00:00 2001 From: Minijackson Date: Tue, 27 Feb 2018 12:23:11 +0100 Subject: Manually install the flatc exec (because why would you do it automatically, Google?) --- .travis/install-flatbuffers.sh | 1 + 1 file changed, 1 insertion(+) diff --git a/.travis/install-flatbuffers.sh b/.travis/install-flatbuffers.sh index 1ff8fcc2..c30e147a 100755 --- a/.travis/install-flatbuffers.sh +++ b/.travis/install-flatbuffers.sh @@ -8,5 +8,6 @@ mkdir build cd build cmake .. -G Ninja -DCMAKE_INSTALL_PREFIX=/usr -DFLATBUFFERS_BUILD_SHAREDLIB=ON ninja && sudo ninja install +cp flatc /usr/bin cd rm -rf /tmp/flatbuffers.tar.gz /tmp/flatbuffers-1.8.0 -- cgit v1.2.3