CI: Add the build step
ci/woodpecker/push/woodpecker Pipeline failed Details

This commit is contained in:
Sameer Rahmani 2023-02-03 23:10:49 +00:00
parent 1cdf4336d1
commit 3ba23f708f
Signed by: lxsameer
GPG Key ID: B0A4AF28AB9FD90B
1 changed files with 9 additions and 0 deletions

View File

@ -7,3 +7,12 @@ pipeline:
- ./builder deps pull bdwgc
volumes:
- serene_config:/root/.serene
Build:
image: beta.devheroes.codes/serene/ci:4
commands:
- source activate
- ./builder build
volumes:
- serene_config:/root/.serene