smalltalkci
all
Framework for testing Smalltalk projects with GitHub Actions, Travis CI, AppVeyor, GitLab CI, and others.
More info →Examples (6)
Run tests for a configuration file
smalltalkci path/to/.smalltalk.stonRun tests for the `.smalltalk.ston` configuration in the current directory
Debug tests in headful mode (show VM window)
smalltalkci --headfulDownload and prepare a well-known smalltalk image for the tests
smalltalkci --smalltalk Squeak64-TrunkSpecify a custom Smalltalk image and VM
smalltalkci --image path/to/Smalltalk.image --vm path/to/vmClean up caches and delete builds
smalltalkci --cleanmade by @shridhargupta | data from tldr-pages