about summary refs log tree commit diff stats
path: root/ci-build.sh
Commit message (Collapse)AuthorAgeFilesLines
* Upgrade to OpenBSD 7.0 in CIWilliam Wennerström2021-12-241-1/+1
|
* ci: use new icons switchMichael Vetter2021-10-161-6/+6
|
* Print logs on error in CIWilliam Wennerström2020-12-211-4/+11
| | | | | | Because we trap the error signal and run a error handler, logs were not printed. I moved the printing of test-suite.log to the error handler and also added so that config.log is printed on failure.
* Fallback for nproc for systems without GNU coreutilsWilliam Wennerström2020-04-011-1/+12
|
* Use latest Docker in CIWilliam Wennerström2020-03-301-1/+1
| | | | | | Force a Docker upgrade for all Linux runners. Fixes: #1294
* Add builds.sr.ht CI for OpenBSDWilliam Wennerström2020-02-171-0/+112
* Add .builds/openbsd.yml for builds.sr.ht * Update travis-build.sh -> ci-build.sh with OpenBSD case * Fix libdl check in configure.ac (OpenBSD has libdl built-in) * Fix some minor issues found when compiling on OpenBSD with GCC (e.g. uninitialized variables)