Skip to content

Commit

Permalink
CI update
Browse files Browse the repository at this point in the history
+ updating travis env
+ added some test to demonstrate regression
+ bundle update
  • Loading branch information
László Teveli committed Jan 22, 2020
1 parent 2070dfb commit df80bd8
Show file tree
Hide file tree
Showing 5 changed files with 313 additions and 111 deletions.
4 changes: 2 additions & 2 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
osx_image: xcode10.2
osx_image: xcode11.3
language: swift
sudo: true
env:
Expand All @@ -10,4 +10,4 @@ before_script:
- sh Scripts/git_auth.sh
script:
- travis_retry Scripts/ci.sh
- sleep 3
- sleep 3
8 changes: 8 additions & 0 deletions Eval.xcodeproj/project.pbxproj
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,8 @@
/* End PBXAggregateTarget section */

/* Begin PBXBuildFile section */
3AED32EA232D382D00FA2596 /* PerformanceTest.swift in Sources */ = {isa = PBXBuildFile; fileRef = 3AED32E9232D382D00FA2596 /* PerformanceTest.swift */; };
3AED32ED232D3D4D00FA2596 /* Suffix.swift in Sources */ = {isa = PBXBuildFile; fileRef = 3AED32EB232D3D3500FA2596 /* Suffix.swift */; };
OBJ_51 /* Common.swift in Sources */ = {isa = PBXBuildFile; fileRef = OBJ_9 /* Common.swift */; };
OBJ_52 /* Elements.swift in Sources */ = {isa = PBXBuildFile; fileRef = OBJ_10 /* Elements.swift */; };
OBJ_53 /* TemplateInterpreter.swift in Sources */ = {isa = PBXBuildFile; fileRef = OBJ_11 /* TemplateInterpreter.swift */; };
Expand Down Expand Up @@ -68,6 +70,8 @@
/* End PBXContainerItemProxy section */

/* Begin PBXFileReference section */
3AED32E9232D382D00FA2596 /* PerformanceTest.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = PerformanceTest.swift; sourceTree = "<group>"; };
3AED32EB232D3D3500FA2596 /* Suffix.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = Suffix.swift; sourceTree = "<group>"; };
"Eval::Eval::Product" /* Eval.framework */ = {isa = PBXFileReference; explicitFileType = wrapper.framework; path = Eval.framework; sourceTree = BUILT_PRODUCTS_DIR; };
"Eval::EvalTests::Product" /* EvalTests.xctest */ = {isa = PBXFileReference; explicitFileType = wrapper.cfbundle; path = EvalTests.xctest; sourceTree = BUILT_PRODUCTS_DIR; };
OBJ_10 /* Elements.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = Elements.swift; sourceTree = "<group>"; };
Expand Down Expand Up @@ -156,6 +160,8 @@
children = (
OBJ_21 /* InterpreterTests.swift */,
OBJ_22 /* TemplateTests.swift */,
3AED32E9232D382D00FA2596 /* PerformanceTest.swift */,
3AED32EB232D3D3500FA2596 /* Suffix.swift */,
);
path = IntegrationTests;
sourceTree = "<group>";
Expand Down Expand Up @@ -340,9 +346,11 @@
OBJ_76 /* InterpreterTests.swift in Sources */,
OBJ_77 /* TemplateTests.swift in Sources */,
OBJ_78 /* DataTypeTests.swift in Sources */,
3AED32ED232D3D4D00FA2596 /* Suffix.swift in Sources */,
OBJ_79 /* FunctionTests.swift in Sources */,
OBJ_80 /* InterpreterContextTests.swift in Sources */,
OBJ_81 /* KeywordTests.swift in Sources */,
3AED32EA232D382D00FA2596 /* PerformanceTest.swift in Sources */,
OBJ_82 /* LiteralTests.swift in Sources */,
OBJ_83 /* MatchResultTests.swift in Sources */,
OBJ_84 /* MatchStatementTests.swift in Sources */,
Expand Down

0 comments on commit df80bd8

Please sign in to comment.