remove travis config (#7522)

* remove travis config

* remove more travis and appveyor stuff

* remove appveyor specific things
This commit is contained in:
Derek Bailey
2022-09-10 12:36:51 -07:00
committed by GitHub
parent b901598233
commit 89b1f5aa1b
11 changed files with 0 additions and 308 deletions

View File

@@ -52,9 +52,6 @@ void LogCompilerError(const std::string &err) {
} // namespace flatbuffers
int main(int argc, const char *argv[]) {
// Prevent Appveyor-CI hangs.
flatbuffers::SetupDefaultCRTReportMode();
const std::string flatbuffers_version(flatbuffers::FLATBUFFERS_VERSION());
std::unique_ptr<flatbuffers::BfbsGenerator> bfbs_gen_lua =