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