mirror of
https://gh.wpcy.net/https://github.com/WeblateOrg/weblate.git
synced 2026-04-26 04:28:37 +08:00
16 lines
279 B
Bash
Executable file
16 lines
279 B
Bash
Executable file
#!/bin/sh
|
|
# List versions used for the test
|
|
|
|
. ci/lib
|
|
|
|
print_step "Chrome"
|
|
print_version chromium-browser chromium google-chrome chrome
|
|
|
|
print_step "Chromedriver"
|
|
print_version chromedriver
|
|
|
|
print_step "Python"
|
|
print_version python
|
|
|
|
print_step "Compiler"
|
|
print_version gcc clang
|