anki/scripts/build

13 lines
166 B
Plaintext
Raw Normal View History

2020-12-10 11:27:21 +01:00
#!/bin/bash
set -e
test -e WORKSPACE || (
echo "Run from project root"
exit 1
)
rm -rf bazel-dist
bazel build --config opt dist
2020-12-10 11:27:21 +01:00
tar xvf bazel-bin/dist.tar