/
niceSOFT
/
python3-pyOpenSSL
Обзор
Документация
Войти
/
niceSOFT
/
python3-pyOpenSSL
Код
Задачи
Вики
Пакеты
0
Релизы
0
Аналитика
Безопасность
main
.github/downstream.d/twisted.sh
17 строк
332 B
Alex Gaynor
Reorganize how we test downstreams and add more (#1377)
26 окт 2024, 13:20
Не верифицирован
26 окт 2024, 13:20
0baa319
Код
Авторство
О чём код?
#!/bin/bash -ex case "${1}" in install) git clone --depth=1 https://github.com/twisted/twisted cd twisted git rev-parse HEAD pip install ".[all_non_platform]" ;; run) cd twisted python -m twisted.trial -j4 src/twisted ;; *) exit 1 ;; esac