smalltalkci: add page (#7580)

feature/windows-fix-syntax-2
Christoph Thiede 2021-12-30 11:27:28 +01:00 committed by GitHub
parent af648ee7af
commit fb6c77ecfc
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 28 additions and 0 deletions

View File

@ -0,0 +1,28 @@
# smalltalkci
> Framework for testing Smalltalk projects with GitHub Actions, Travis CI, AppVeyor, GitLab CI, and others.
> More information: <https://github.com/hpi-swa/smalltalkCI>.
- Run tests for a configuration file:
`smalltalkci {{path/to/.smalltalk.ston}}`
- Run tests for the `.smalltalk.ston` configuration in the current directory:
`smalltalkci`
- Debug tests in headful mode (show VM window):
`smalltalkci --headful`
- Download and prepare a well-known smalltalk image for the tests:
`smalltalkci --smalltalk {{Squeak64-Trunk}}`
- Specify a custom Smalltalk image and VM:
`smalltalkci --image {{path/to/Smalltalk.image}} -- vm {{path/to/vm}}`
- Clean up caches and delete builds:
`smalltalkci --clean`