Skip to content

squeak-smalltalk/squeak-app

Repository files navigation

The Squeak/Smalltalk Programming System

Build Status

This is the code repository for Squeak's build system.

A build works basically as follows. First, 32-bit and 64-bit images are prepared and tested:

Second, the prepare-bundles.sh script downloads VMs from http://files.squeak.org/base/ and then creates the bundles through the following scripts:

Finally, deploy_bundles.sh uploads everything to http://files.squeak.org/ (e.g., bleeding-edge trunk builds go to http://files.squeak.org/trunk).