attempt some CI building using github actions

This commit is contained in:
notaz 2023-06-14 00:45:13 +03:00 committed by irixxxx
parent f20ad52307
commit 842f4e44d4
4 changed files with 49 additions and 0 deletions

1
configure vendored
View file

@ -65,6 +65,7 @@ config_mak="config.mak"
fail()
{
echo "$@"
if test -n "$DUMP_CONFIG_LOG"; then cat config.log; fi
exit 1
}