CI: Add an inspect statement to the builder
ci/woodpecker/push/build Pipeline failed Details
ci/woodpecker/push/lint Pipeline was successful Details

This commit is contained in:
Sameer Rahmani 2023-02-04 21:01:28 +00:00
parent ea0660acbd
commit a43e2032ae
Signed by: lxsameer
GPG Key ID: B0A4AF28AB9FD90B
2 changed files with 1 additions and 2 deletions

View File

@ -14,7 +14,6 @@ pipeline:
- ./builder deps pull toolchain
- ./builder deps pull bdwgc
- export SERENE_AUTO_DEP=true
- ls $CXX -l
- ./builder build
volumes:

View File

@ -133,7 +133,7 @@ function build() { ## Builds the project by regenerating the build scripts
local cpus
rm -rf "$BUILD_DIR"
env
build-gen "$@"
pushed_build