Update cheatsheets

This commit is contained in:
ivuorinen
2024-02-21 11:19:49 +00:00
parent 4e88a1b42f
commit 3d653cc7e6
4803 changed files with 127002 additions and 0 deletions

33
smalltalkci Normal file
View File

@@ -0,0 +1,33 @@
---
syntax: markdown
tags: [tldr, common]
source: https://github.com/tldr-pages/tldr.git
---
# 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`