Skip to content

Commit 777d692

Browse files
committed
And some documentation about the GitHub workflows to the README.
1 parent 89bad34 commit 777d692

1 file changed

Lines changed: 14 additions & 0 deletions

File tree

README.md

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -190,3 +190,17 @@ A test is required when adding a codec to cq-cli. Add a file named `test_[your c
190190
| **100** | Error while running the CadQuery script (build error, possibly from OCCT). |
191191
| **200** | Error while running the conversion codec. |
192192

193+
---
194+
195+
### Github Workflows
196+
197+
This repository has five GitHub Actions workflows in \`.github/workflows\`:
198+
199+
**CI/CD**
200+
- `lint.yml\`: Runs Black formatting checks (currently on Python 3.13).
201+
- `tests.yml\`: Runs the main test suite with pytest (currently on Python 3.11).
202+
- `test\_freecad.yml\`: Runs FreeCAD-specific integration tests in a conda environment.
203+
204+
**Builds per OS - WIP**
205+
- `pyinstaller.yml\`: Manually triggered PyInstaller builds for Linux, macOS, and Windows.
206+
- `pyinstaller-builds-actions.yml\`: Alternate/manual conda-based cross-platform PyInstaller build workflow.

0 commit comments

Comments
 (0)