mirror of
https://github.com/ankitects/anki.git
synced 2025-09-18 14:02:21 -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"
|
||||
$BAZEL test $BUILDARGS ...
|
||||
|
||||
echo "--- Building wheels"
|
||||
$BAZEL build dist
|
||||
|
||||
echo "--- Cleanup"
|
||||
# if tests succeed, back up node_modules folder
|
||||
mv ts/node_modules /state/
|
||||
|
|
Loading…
Reference in a new issue