devenv: export build logs

Signed-off-by: Solomon Hykes <sh.github.6811@hykes.org>
This commit is contained in:
Solomon Hykes 2021-05-01 01:05:58 +00:00
parent 286d843a05
commit 2fd9ff5293

View File

@ -46,6 +46,12 @@ build: {
image: ctr
outputDir: "/binaries"
}
logs: (io.#File & {
from: ctr
path: "/build.log"
read: format: "string"
}).read.data
}