/
githubmirror
/
lsof
Обзор
Документация
Войти
/
githubmirror
/
lsof
Код
Запросы
0
Пакеты
0
Релизы
0
Аналитика
Безопасность
master
.builds/openbsd.yml
29 строк
540 B
Jiajie Chen
[openbsd] Fix testing on legacy build system
11 апр 2023, 03:24
11 апр 2023, 03:24
32f444a
Код
Авторство
О чём код?
image: openbsd/7.2 packages: - autoconf-2.71 - automake-1.16.5 - pkgconf - libtool - groff tasks: - legacy: | cd lsof ./Configure -n openbsd make bash ./check.bash openbsd git clean -fdx . - setup: | cd lsof export AUTOCONF_VERSION=2.71 export AUTOMAKE_VERSION=1.16 autoreconf -vif ./configure - build: | cd lsof make - test: | cd lsof export AUTOCONF_VERSION=2.71 export AUTOMAKE_VERSION=1.16 make check make distcheck