Improved build commands
This commit is contained in:
@@ -1,29 +1,18 @@
|
||||
version: "3.5"
|
||||
|
||||
services:
|
||||
make:
|
||||
build:
|
||||
image: thomasloven/mittos-build
|
||||
build:
|
||||
context: .
|
||||
dockerfile: Dockerfile.build
|
||||
volumes:
|
||||
- ..:/opt
|
||||
command: make
|
||||
|
||||
emul:
|
||||
run:
|
||||
image: thomasloven/mittos-run
|
||||
build:
|
||||
context: .
|
||||
dockerfile: Dockerfile.run
|
||||
volumes:
|
||||
- ..:/opt
|
||||
command: qemu-system-x86_64 -s -S -cdrom /opt/dist/mittos.iso -curses
|
||||
|
||||
dbg:
|
||||
image: thomasloven/mittos-run
|
||||
build:
|
||||
context: .
|
||||
dockerfile: Dockerfile.run
|
||||
volumes:
|
||||
- ..:/opt
|
||||
command: gdb -q -x /opt/toolchain/gdbinit
|
||||
- ..:/opt
|
||||
@@ -5,6 +5,7 @@ target remote emul:1234
|
||||
|
||||
define q
|
||||
monitor quit
|
||||
quit
|
||||
end
|
||||
|
||||
define reg
|
||||
|
||||
Reference in New Issue
Block a user