aboutsummaryrefslogtreecommitdiffstats
path: root/dist/msys2-mingw
Commit message (Collapse)AuthorAgeFilesLines
* ci(msys2): define deps in PKGBUILD, cleanup run.shumarcor2020-06-173-92/+36
|
* ci/msys2: styleeine2020-06-041-7/+15
|
* ci(msys2): explicitly exiting is not required anymoreumarcor2020-05-222-2/+0
|
* rework 'version.tmp' (#1320)umarcor2020-05-203-4/+13
| | | | | | | | | * msys2: work around makepkg hanging at the end of build() * ci: update actions/checkout to v2 * make: allow setting default description through GHDL_DESC * ci: ensure clean git describe on MSYS2
* Document and use --vpi-library-dir-unix (#1279)umarcor2020-05-031-1/+0
| | | | | * testsuite: use '--vpi-library-dir-unix' in 'add_vpi_path' * doc: add '--vpi-library-dir-unix', remove redundant headers
* 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