Test for go
This commit is contained in:
parent
f8fc1719e2
commit
29989ffbfb
6 changed files with 87 additions and 3 deletions
|
|
@ -2,4 +2,10 @@
|
|||
|
||||
set -e
|
||||
|
||||
docker build --no-cache -t puremourning/vimspector:manual image/
|
||||
if [ "$1" = "--continue" ]; then
|
||||
OPTS=""
|
||||
else
|
||||
OPTS="--no-cache"
|
||||
fi
|
||||
|
||||
docker build ${OPTS} -t puremourning/vimspector:manual image/
|
||||
|
|
|
|||
|
|
@ -4,6 +4,8 @@ CONTAINER=puremourning/vimspector:manual
|
|||
|
||||
if [ "$@" ];then
|
||||
CMD="$@"
|
||||
else
|
||||
CMD="bash -l"
|
||||
fi
|
||||
|
||||
docker run --cap-add=SYS_PTRACE \
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue