From a0738ea9dc2ccfd7405f26c593dab030faa5c19c Mon Sep 17 00:00:00 2001 From: Max Brunsfeld Date: Tue, 18 Feb 2014 09:16:57 -0800 Subject: [PATCH] Add travis.yml file --- .travis.yml | 2 ++ tree_sitter.xcodeproj/project.pbxproj | 2 ++ 2 files changed, 4 insertions(+) create mode 100644 .travis.yml diff --git a/.travis.yml b/.travis.yml new file mode 100644 index 00000000..15431a8f --- /dev/null +++ b/.travis.yml @@ -0,0 +1,2 @@ +install: git submodule update --init +script: "make test" \ No newline at end of file diff --git a/tree_sitter.xcodeproj/project.pbxproj b/tree_sitter.xcodeproj/project.pbxproj index 7a5b8db3..fd764217 100644 --- a/tree_sitter.xcodeproj/project.pbxproj +++ b/tree_sitter.xcodeproj/project.pbxproj @@ -101,6 +101,7 @@ 1236A7C918B2A79F00593ABB /* rule.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = rule.h; sourceTree = ""; }; 1236A7CA18B2ABB900593ABB /* equals_pointer.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = equals_pointer.h; sourceTree = ""; }; 1236A7CC18B2B4F000593ABB /* Makefile */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.make; path = Makefile; sourceTree = ""; }; + 1236A7CE18B3CC4800593ABB /* .travis.yml */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text; path = .travis.yml; sourceTree = ""; }; 1251209A1830145300C9B56A /* rule.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = rule.cpp; sourceTree = ""; }; 125120A3183083BD00C9B56A /* arithmetic.hpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.h; lineEnding = 0; path = arithmetic.hpp; sourceTree = ""; xcLanguageSpecificationIdentifier = xcode.lang.cpp; }; 12661BF318A1505A00A259FB /* character_set_spec.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; name = character_set_spec.cpp; path = spec/compiler/rules/character_set_spec.cpp; sourceTree = SOURCE_ROOT; }; @@ -295,6 +296,7 @@ 12E716F9181D010E0051A649 = { isa = PBXGroup; children = ( + 1236A7CE18B3CC4800593ABB /* .travis.yml */, 12FD40AF185EE81D0041A84E /* examples */, 12FD40D3185FED630041A84E /* include */, 1236A7CC18B2B4F000593ABB /* Makefile */,