summaryrefslogtreecommitdiffstats
path: root/.github/workflows/build.yml
Commit message (Collapse)AuthorAgeFilesLines
* github/workflows: enable macOS 11.x CIJan Ekström2021-10-061-0/+1
| | | | This image has finally become public.
* github/workflows: disable seccomp for linux native CIJan Ekström2021-10-021-0/+4
| | | | | | | | | | This CI builder bases on openSUSE Tumbleweed, and recently had its glibc updated. This led to new syscalls such as 'clone3' not being allowed through the security layer. Can be reverted after Github Actions updates their security policy. actions/virtual-environments#3812
* github/workflows: add freebsd CIJan Beich2021-07-271-0/+43
|
* github/workflows: separate jobs with an endlineJan Ekström2021-07-251-0/+2
|
* github/workflows: add linux CIJan Ekström2021-07-251-0/+26
|
* github/workflows: add macOS CIJan Ekström2021-07-251-0/+27
|
* build: move mingw jobs to Github actionssfan52021-05-161-0/+41