Hi Holger, As I pointed before, smalltalk-ci it is still not working. Mariano is using an alternative I explained here: http://log.smallworks.eu/web/post/84 In general, smalltalk-ci is an attempt to have a "level playing fieldâ between different smalltalks (for now pharo and squeak, in close future gemstone) and maybe it has sense to use it if you are going to develop compatible packages⦠in âplain pharoâ my approach (who largely borrows from others) could do a perfectly fine job.
On 03 Feb 2016, at 11:37, Holger Freyther <holger@freyther.de> wrote:
On 29 Jan 2016, at 21:00, serge.stinckwich@gmail.com wrote:
Dear Serge,
For building Pharo, Squeak or GemStone projects on travis there is also the SmalltalkCI project: https://github.com/hpi-swa/smalltalkCI/blob/master/README.md
Smalltalk language is supported by travis ;-)
I tried to use it but I am struggling a bit. I have created a ConfigurationOfMyProject using Versionner and now I try to load it using the smalltalkCI/run.sh script. The issue is that I don't have a Baseline (as Versionner) doesn't create it and the tool tries to load #stable of my project that is contained in git.
I looked at SCIMetacelloLoadSpec and it doesn't seem to have a 'version' instance variable. Do you know what I am missing? Do I have to create a BaselineOf by hand?
kind regards holger