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>
This commit is contained in:
parent
88bef66dfa
commit
90187fd8c1
1 changed files with 7 additions and 0 deletions
7
dbuild.sh
Executable file
7
dbuild.sh
Executable file
|
@ -0,0 +1,7 @@
|
|||
#!/bin/bash
|
||||
|
||||
set -e
|
||||
|
||||
docker build -t gtk-sharp-debian9 .
|
||||
|
||||
docker run gtk-sharp-debian9 ${@}
|
Loading…
Reference in a new issue