aboutsummaryrefslogtreecommitdiff
path: root/.travis.yml
AgeCommit message (Expand)Author
2021-11-30Removed test/generate_code.{sh|bat} (#6873)Derek Bailey
2021-04-01Limit formatter to pull requests only (#6540)mustiikhalil
2021-03-25[grpc] Support latest version of grpc PoC (#6338)Jeong YunWon
2021-02-23[CI] Adds Code Generation tests on Github Actions (#6482)mustiikhalil
2020-12-11[CI] Adds formatter to CI (#6272)mustiikhalil
2020-11-05Modernize android build and sample (#6229)Paulo Pinheiro
2019-10-21Add `--clean-first` to the cmake-build command (travis) (#5574)Vladimir Glavnyy
2019-07-25Pin FlatBuffers Android Travis builds to NDK r17c (#5460)Stewart Miles
2019-07-25#4590 Fix Conan build (#5449)Uilian Ries
2019-02-25Attempting to make travis not kill the Android build.Wouter van Oortmerssen
2019-02-19Utility for checking the encoding and line ending of source files (#5188)Vladimir Glavnyy
2018-11-29CI: Dockerized language port tests (#5066)Robert
2018-11-16Make the Parser independent from the global C-locale (#5028)Vladimir Glavnyy
2018-11-12Update Conan version Automatically (#5027)Uilian Ries
2018-10-29Add 'fsanitize=address,undefined' to tests and flatc targets (#5009)Vladimir Glavnyy
2018-10-22CI check generate code (#4998)Frank Benkstein
2018-10-08Disable armeabi builds for Android and re-enable CI builds. (#4970)Stewart Miles
2018-10-01Turn on gRPC tests in travis build (#4955)Sumant Tambe
2018-08-16Conan build packages on CI (#4590) (#4594)Uilian Ries
2018-08-06Temporarily disabled Android CI until fix.Wouter van Oortmerssen
2018-06-08Re-enable clang / os x in .travisWouter van Oortmerssen
2018-06-08Removed biicode from repo.Wouter van Oortmerssen
2018-01-12#4522 Conan package support (#4590)Uilian Ries
2017-12-28Disabled python in travis.yml pending fix.Wouter van Oortmerssen
2017-11-27Fixed prod PyPI URL and deploy block list.Mike Holler
2017-11-27Added all_branches to tags: true blockMike Holler
2017-11-27Add support for Python lib continuous deployment.Michael Holler
2017-10-13Report a build failure when any Android build fails.Stewart Miles
2017-07-20C++98 (stlport) support for core FlatBuffers and FlexBuffers.Stewart Miles
2016-02-22Disabled broken biicode builds on Travis for the moment.Wouter van Oortmerssen
2015-09-11Fix OSX related errors on travisMuhammed Thanish
2015-05-27Added clang & OS X to .travisWouter van Oortmerssen
2015-04-15added .travis.yml file (build with original and biicode building);franchuti688