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>
7 lines
92 B
Bash
Executable file
7 lines
92 B
Bash
Executable file
#!/bin/bash
|
|
|
|
set -e
|
|
|
|
docker build -t gtk-sharp-debian9 .
|
|
|
|
docker run gtk-sharp-debian9 ${@}
|