build-number
duration-label: 9m 42s
started-label-colon: time-days-ago
Fix #40: add --break-after to dump an intermediate pipeline step
The REPL already exposes intermediate stages via :step / :breakpoint, but there
was no non-interactive way to inspect a partial pipeline (libdivvun's modes
files). Add `run --break-after <step>` (-b): it runs the pipeline up to the
named step using a capturing tap, prints that step's raw output, and stops.
Unknown step names error out with the list of available steps. Output respects
the same colour rules as the final result (plain when piped). Closes the gap
left by the interactive-only stepping.
jobs-heading
divvun-actions cidivvun-actions ci
ran-in▶
build-x86_64-pc-windows-msvc$env:PATH = "C:\Program Files (x86)\Microsoft Visual Studio\...
ran-in▶
lib-build-aarch64-apple-darwin./x build-lib --target aarch64-apple-darwin
mkdir -p libdivv...
ran-in▶
build-aarch64-pc-windows-msvc$env:PATH = "C:\Program Files (x86)\Microsoft Visual Studio\...
ran-in▶
build-x86_64-unknown-linux-gnu./x build --target x86_64-unknown-linux-gnu
mv target/x86_64...
ran-in▶
aarch64-apple-darwin - Build./x build --target aarch64-apple-darwin
mv target/aarch64-ap...
ran-in▶
lib-build-x86_64-unknown-linux-gnu./x build-lib --target x86_64-unknown-linux-gnu
mkdir -p lib...
ran-in▶
lib-build-x86_64-pc-windows-msvc$env:PATH = "C:\Program Files (x86)\Microsoft Visual Studio\...
ran-in▶
aarch64-apple-darwin - Signecho '--- Downloading unsigned binary'
buildkite-agent artif...
ran-in▶
lib-build-aarch64-pc-windows-msvc$env:PATH = "C:\Program Files (x86)\Microsoft Visual Studio\...
ran-in▶
Publish (Dev)divvun-actions run divvun-runtime-publish
not-started▶