build wheels in Linux CI

This commit is contained in:
Damien Elmes 2020-12-21 19:31:15 +10:00
parent 212b251334
commit 7fbd7ec763

View file

@ -18,6 +18,9 @@ $BAZEL build $BUILDARGS ...
echo "+++ Running tests"
$BAZEL test $BUILDARGS ...
echo "--- Building wheels"
$BAZEL build dist
echo "--- Cleanup"
# if tests succeed, back up node_modules folder
mv ts/node_modules /state/