Ryujinx-GtkSharp/dbuild.sh
Chris Lapa 90187fd8c1 build: adds docker build script for development purposes.
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>
2017-10-06 08:03:18 -03:00

8 lines
92 B
Bash
Executable File

#!/bin/bash
set -e
docker build -t gtk-sharp-debian9 .
docker run gtk-sharp-debian9 ${@}