hpi-swa-lab / SqueakByExample-english

An introductory book about the Squeak/Smalltalk programming system, guiding students and developers through the environment, language, tools, and the Morphic framework by means of a series of examples and exercises.
https://www.lulu.com/shop/patrick-rein-and-christoph-thiede/squeak-by-example-60/paperback/product-8vr2j2.html
Other
25 stars 7 forks source link

Builds for multiple Squeak versions #38

Closed LinqLover closed 3 years ago

LinqLover commented 3 years ago

This PR changes to Travis CI build configuration so that on every build, two jobs are scheduled one of which creates an SBE_trunk.pdf and the other one SBE_5.3 output file. See https://github.com/codeZeilen/SqueakByExample-english/issues/31#issuecomment-699002752.

LinqLover commented 3 years ago

is there anything that might be particularly problematic I should take a closer look at?

I don't think so. You could criticize the horrible code quality in the Makefile (https://github.com/hpi-swa-lab/SqueakByExample-english/pull/38/files#diff-b67911656ef5d18c4ae36cb6741b7965R27), but it works and is seldom changed, so I don't think this is really problematic.