Control CI tests nearly passing!

Previous Topic Next Topic
 
classic Classic list List threaded Threaded
2 messages Options
Reply | Threaded
Open this post in threaded view
|

Control CI tests nearly passing!

Frank Shearar-3
Hi Dale,

I just wanted to thank you for your instructions on how to use
TravisCI - I just got 2/3 of a green light for my Control library:
http://travis-ci.org/#!/frankshearar/Control/jobs/2276428 !

One thing I belatedly realised is that if, as in your example, you
have a BaselineOfFoo, you say "Metacello new baseline: 'MyPackage';
...". If, instead, one has a ConfigurationOfFoo, you say "Metacello
new configuration: 'MyPackage'; ...". It should have been obvious, but
anyway. So yes! Now to think about how to get my tests passing in
Pharo (which is missing ContextPart >> #copyTo:bottomContextDo:).

frank
Reply | Threaded
Open this post in threaded view
|

Re: Control CI tests nearly passing!

Dale Henrichs
Frank,

Isn't travis ci great!

I've recently renovated things a bit (take a look at the templates again in case there's some useful changes there) ... the old style stuff should still work, but with the latam mirror instability the scripts became to touchy ... things seem to be much more solid, but we will see ...

I am wading through my correspondence that backed up while I was at ESUG:)

Dale

----- Original Message -----
| From: "Frank Shearar" <[hidden email]>
| To: "Dale Henrichs" <[hidden email]>
| Cc: [hidden email]
| Sent: Wednesday, August 29, 2012 12:58:45 PM
| Subject: Control CI tests nearly passing!
|
| Hi Dale,
|
| I just wanted to thank you for your instructions on how to use
| TravisCI - I just got 2/3 of a green light for my Control library:
| http://travis-ci.org/#!/frankshearar/Control/jobs/2276428 !
|
| One thing I belatedly realised is that if, as in your example, you
| have a BaselineOfFoo, you say "Metacello new baseline: 'MyPackage';
| ...". If, instead, one has a ConfigurationOfFoo, you say "Metacello
| new configuration: 'MyPackage'; ...". It should have been obvious,
| but
| anyway. So yes! Now to think about how to get my tests passing in
| Pharo (which is missing ContextPart >> #copyTo:bottomContextDo:).
|
| frank
|