build: 🛠 add `chainofcommand` target

This commit is contained in:
Berkus Decker 2022-02-28 22:21:43 +02:00
parent 463ce25bd7
commit d22eb31d10
3 changed files with 9 additions and 0 deletions

View File

@ -6,6 +6,9 @@ CHAINBOOT_BIN = "${CARGO_MAKE_WORKSPACE_WORKING_DIRECTORY}/target/chainboot.bin"
env = { "BINARY_FILE" = "${CHAINBOOT_ELF}" }
run_task = "custom-binary"
[tasks.chainofcommand]
disabled = true
[tasks.hopper]
disabled = true

View File

@ -2,6 +2,9 @@
command = "cargo"
args = ["build"]
[tasks.chainofcommand]
dependencies = ["build"]
[tasks.test]
command = "cargo"
args = ["test"]

View File

@ -18,6 +18,9 @@ disabled = true
env = { "QEMU_RUNNER_OPTS" = "${QEMU_SERIAL_OPTS} ${QEMU_GDB_OPTS}", "TARGET_DTB" = "${CARGO_MAKE_WORKSPACE_WORKING_DIRECTORY}/targets/bcm2710-rpi-3-b-plus.dtb" }
extend = "qemu-runner"
[tasks.chainofcommand]
disabled = true
[tasks.zellij-nucleus]
env = { "KERNEL_BIN" = "${KERNEL_BIN}" }
run_task = "zellij-config"