extpython/build.sh

8 lines
141 B
Bash
Raw Normal View History

2019-05-31 09:07:08 -07:00
#!/bin/bash -eux
VARSFILE=$1
2019-05-31 14:26:56 -07:00
. src/$VARSFILE
2019-05-31 09:07:08 -07:00
2019-05-31 14:26:56 -07:00
time docker run -it --rm -e "VARSFILE=$VARSFILE" -v $PWD/src:/src extbuilder-$EXTPYTHON_DIST