mirror of
https://github.com/woodpecker-ci/woodpecker.git
synced 2024-11-27 04:11:03 +00:00
e34daae0cf
* Refactor: move cncd/pipeline/ to pipeline/ * Refactor: move pipeline/pipeline/ to pipeline/
11 lines
166 B
Markdown
11 lines
166 B
Markdown
Compile the yaml to the intermediate representation:
|
|
|
|
```
|
|
pipec compile --system-arch windows/amd64
|
|
```
|
|
|
|
Execute the intermediate representation:
|
|
|
|
```
|
|
pipec exec
|
|
```
|