mirror of
https://github.com/woodpecker-ci/woodpecker.git
synced 2025-01-04 06:38:43 +00:00
856b2ef8c7
Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com> Co-authored-by: Anbraten <anton@ju60.de>
13 lines
181 B
Markdown
13 lines
181 B
Markdown
# Example
|
|
|
|
Compile the yaml to the intermediate representation:
|
|
|
|
```sh
|
|
pipec compile --system-arch windows/amd64
|
|
```
|
|
|
|
Execute the intermediate representation:
|
|
|
|
```sh
|
|
pipec exec
|
|
```
|