aboutsummaryrefslogtreecommitdiffstats
path: root/dist/msys2-mingw
Commit message (Collapse)AuthorAgeFilesLines
* GHA: fix windows jobs (#1106)eine2020-01-201-1/+1
| | | | | | * ci: use eine/setup-msys2 instead of numworks/setup-msys2 * msys2: fix package extension (change from xz to zst)
* msys2-mingw: build llvm with --static-link (tentatively fix ci)Tristan Gingold2020-01-121-1/+1
|
* Actions: add workflow 'push' (#1016)1138-4EB2019-11-213-0/+179
* use CC=clang to build C sources on macOS * actions: ensure that shared libs are in the PATH on windows * ci: add GitHub Actions 'push' workflow * ci: fix group labels * dist: add GRAY to ansi_color * ci: use same scripts for GHA and Travis