/
githubmirror
/
libyaml
Обзор
Документация
Войти
/
githubmirror
/
libyaml
Код
Запросы
0
Пакеты
0
Релизы
0
Аналитика
Безопасность
master
tests/run-all-tests.sh
29 строк
314 B
Ingy döt Net
Fix problems in CI failures (travis and semaphore)
07 янв 2018, 01:39
07 янв 2018, 01:39
aa10f65
Код
Авторство
О чём код?
#!/bin/sh set -e main() { # Autoconf based in-source build and tests clean ./bootstrap ./configure make test-all # CMake based in-source build and tests clean cmake . make make test clean } clean() { git clean -d -x -f rm -fr tests/run-test-suite git worktree prune } main "$@"