mirror of
https://github.com/ankitects/anki.git
synced 2025-09-19 06:22:22 -04:00
build wheels in Linux CI
This commit is contained in:
parent
212b251334
commit
7fbd7ec763
1 changed files with 3 additions and 0 deletions
|
@ -18,6 +18,9 @@ $BAZEL build $BUILDARGS ...
|
||||||
echo "+++ Running tests"
|
echo "+++ Running tests"
|
||||||
$BAZEL test $BUILDARGS ...
|
$BAZEL test $BUILDARGS ...
|
||||||
|
|
||||||
|
echo "--- Building wheels"
|
||||||
|
$BAZEL build dist
|
||||||
|
|
||||||
echo "--- Cleanup"
|
echo "--- Cleanup"
|
||||||
# if tests succeed, back up node_modules folder
|
# if tests succeed, back up node_modules folder
|
||||||
mv ts/node_modules /state/
|
mv ts/node_modules /state/
|
||||||
|
|
Loading…
Reference in a new issue