extpython/build.sh

8 lines
136 B
Bash
Raw Normal View History

2019-05-31 09:07:08 -07:00
#!/bin/bash -eux
VARSFILE=$1
ls -la src/$VARSFILE
2019-05-31 09:23:34 -07:00
time docker run -it --rm -e "VARSFILE=$VARSFILE" -v $PWD/src:/src extpythonbuilder