mirror of
https://github.com/ankitects/anki.git
synced 2025-09-19 06:22:22 -04:00

- use a single script for all PyQt versions - add hashes - add a new ./run-qt5.14 script for testing with PyQt5.14
6 lines
97 B
Bash
Executable file
6 lines
97 B
Bash
Executable file
#!/bin/bash
|
|
|
|
set -e
|
|
|
|
export PYTHONWARNINGS=default
|
|
bazel run $BUILDARGS //qt:runanki_qt514 -- $*
|