Skip to content

Latest commit

 

History

History
22 lines (15 loc) · 1.38 KB

README.md

File metadata and controls

22 lines (15 loc) · 1.38 KB

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).