mirror of
https://github.com/Ryujinx/GtkSharp.git
synced 2024-12-23 13:15:39 +00:00
90187fd8c1
This is just a convenience tool that enables anyone to pull in the code and build it without installing to many dependancies (only Docker). Signed-off-by: Chris Lapa <chris@lapa.com.au>
8 lines
92 B
Bash
Executable file
8 lines
92 B
Bash
Executable file
#!/bin/bash
|
|
|
|
set -e
|
|
|
|
docker build -t gtk-sharp-debian9 .
|
|
|
|
docker run gtk-sharp-debian9 ${@}
|