Skip to content

Commit

Permalink
Issue hpi-swa#105: add SmalltalkCI class>>loadCIFor:projectDirectory:…
Browse files Browse the repository at this point in the history
…, SmalltalkCI class>>runCIFor:projectDirectory:, SmalltalkCI class>>testCIFor:projectDirectory: and supporting methods
  • Loading branch information
dalehenrich committed Mar 31, 2016
1 parent b28fec6 commit 1f0c9a1
Show file tree
Hide file tree
Showing 8 changed files with 44 additions and 8 deletions.
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
executing
loadCIFor: aFilenameString projectDirectory: aDirectoryPathString
^ self platformClass basicNew
initialize;
readSTONSpec: aFilenameString;
projectDirectory: aDirectoryPathString;
runCI
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
executing
runCIFor: aFilenameString projectDirectory: aDirectoryPathString
^ self platformClass basicNew
initialize;
readSTONSpec: aFilenameString;
projectDirectory: aDirectoryPathString;
runCI
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
executing
testCIFor: aFilenameString projectDirectory: aDirectoryPathString
^ self platformClass basicNew
initialize;
readSTONSpec: aFilenameString;
projectDirectory: aDirectoryPathString;
testCI
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
executing
loadCI
self prepareForCI.
self loadProjects.
self finishUpAfterCI
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
executing
runCI
self prepareForCI.
self loadProjects.
self runTests.
self finishUpAfterCI.
self prepareForCI.
self loadProjects.
self runTests.
self finishUpAfterCI
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
executing
testCI
self prepareForCI.
self runTests.
self finishUpAfterCI
Original file line number Diff line number Diff line change
Expand Up @@ -5,12 +5,15 @@
"isHeadless" : "travisCI 1/27/2016 17:03",
"isMetacelloInstalled" : "fn 1/31/2016 19:20",
"isPlatformCompatible" : "fn 1/31/2016 17:53",
"loadCIFor:projectDirectory:" : "dkh 03/31/2016 14:26",
"new" : "travisCI 1/27/2016 17:10",
"platformClass" : "fn 1/31/2016 18:01",
"platformClass:" : "travisCI 1/27/2016 17:10",
"platformSymbol" : "fn 1/31/2016 18:22",
"requireMetacello" : "fn 1/31/2016 19:19",
"runCIFor:" : "EstebanLorenzano 1/26/2016 17:36" },
"runCIFor:" : "EstebanLorenzano 1/26/2016 17:36",
"runCIFor:projectDirectory:" : "dkh 03/31/2016 14:26",
"testCIFor:projectDirectory:" : "dkh 03/31/2016 14:31" },
"instance" : {
"classesInCategory:" : "EatebanLorenzano 1/27/2016 13:06",
"classesInCategoryPrefix:" : "EatebanLorenzano 1/27/2016 13:06",
Expand All @@ -19,13 +22,15 @@
"compatibleSpecs" : "EatebanLorenzano 1/27/2016 13:53",
"explicitTestKeys" : "dkh 02/05/2016 17:05",
"finishUpAfterCI" : "fn 1/31/2016 19:03",
"loadCI" : "dkh 03/31/2016 14:28",
"loadProjects" : "EatebanLorenzano 1/27/2016 14:31",
"prepareForCI" : "EstebanLorenzano 1/26/2016 17:07",
"projectDirectory" : "EstebanLorenzano 1/26/2016 16:20",
"projectDirectory:" : "TravisCI 02/04/2016 15:47",
"readSTONSpec:" : "dkh 02/04/2016 12:46",
"runCI" : "fn 1/31/2016 19:02",
"runCI" : "dkh 03/31/2016 14:32",
"runCIFor:" : "dkh 02/06/2016 18:46",
"runTests" : "EatebanLorenzano 1/27/2016 14:02",
"spec" : "EstebanLorenzano 1/26/2016 16:20",
"spec:" : "fn 1/31/2016 18:59" } }
"spec:" : "fn 1/31/2016 18:59",
"testCI" : "dkh 03/31/2016 14:32" } }
Original file line number Diff line number Diff line change
@@ -1 +1 @@
(name 'SmalltalkCI-Core-TravisCI.4' message 'Issue #88: looks like the fix is to force a new version of the baseline to be loaded using Metacello `get`...' id '9bec7e35-41b6-4665-a648-936776195281' date '03/18/2016' time '12:06:42' author 'TravisCI' ancestors ((name 'SmalltalkCI-Core-dkh.3' message ' Merging SmalltalkCI packages from gemstone repo to main repo: fix a coupld of SmallCI bugs plus mods needed by GemStone and possibly useful for Pharo and/or Squeak as well' id '56dd280f-fbbd-47e2-80e5-70d93812c67a' date '02/23/2016' time '13:42:58' author 'dkh' ancestors ((name 'SmalltalkCI-Core-fn.2' message 'Remove STON-related code' id '78636a4a-1241-41c5-884b-c2b9143e9751' date '02/22/2016' time '09:56:40' author 'fn' ancestors ((name 'SmalltalkCI-Core-fn.1' message 'Export SmalltalkCI-Core with FileTree' id 'e257d0e3-d4ee-4d96-8e52-0f9a25801c5a' date '02/21/2016' time '10:02:31' author 'fn' ancestors () stepChildren ())) stepChildren ())) stepChildren ())) stepChildren ())
(name 'SmalltalkCI-Core-dkh.5' message 'Issue #105: add SmalltalkCI class>>loadCIFor:projectDirectory:, SmalltalkCI class>>runCIFor:projectDirectory:, SmalltalkCI class>>testCIFor:projectDirectory: and supporting methods' id '9185ad3e-f300-44cc-b5e1-4926d14bb277' date '03/31/2016' time '15:09:13' author 'dkh' ancestors ((name 'SmalltalkCI-Core-TravisCI.4' message 'Issue #88: looks like the fix is to force a new version of the baseline to be loaded using Metacello `get`...' id '9bec7e35-41b6-4665-a648-936776195281' date '03/18/2016' time '12:06:42' author 'TravisCI' ancestors ((name 'SmalltalkCI-Core-dkh.3' message ' Merging SmalltalkCI packages from gemstone repo to main repo: fix a coupld of SmallCI bugs plus mods needed by GemStone and possibly useful for Pharo and/or Squeak as well' id '56dd280f-fbbd-47e2-80e5-70d93812c67a' date '02/23/2016' time '13:42:58' author 'dkh' ancestors ((name 'SmalltalkCI-Core-fn.2' message 'Remove STON-related code' id '78636a4a-1241-41c5-884b-c2b9143e9751' date '02/22/2016' time '09:56:40' author 'fn' ancestors ((name 'SmalltalkCI-Core-fn.1' message 'Export SmalltalkCI-Core with FileTree' id 'e257d0e3-d4ee-4d96-8e52-0f9a25801c5a' date '02/21/2016' time '10:02:31' author 'fn' ancestors () stepChildren ())) stepChildren ())) stepChildren ())) stepChildren ())) stepChildren ())

0 comments on commit 1f0c9a1

Please sign in to comment.