summaryrefslogtreecommitdiffstatshomepage
path: root/.github
Commit message (Collapse)AuthorAgeFilesLines
* Use llvm-ar for GitHub Actions Windows CI build (#7917) Dirk Best2021-04-011-0/+1
|
* Updated GitHub CI for executable names, added ORM check to Linux builds Vas Crabb2021-01-263-9/+11
|
* Disable msvc windows CI, breaks for probably unfisable heap space issues Olivier Galibert2021-01-111-28/+0
|
* ci-windows.yml: Bump microsoft/setup-msbuild to 1.0.2 Dirk Best2020-11-061-1/+1
|
* Update ci-windows.yml Dirk Best2020-11-011-2/+0
| | | ci-windows.yml: Remove update step to prevent errors about outdated mirrors
* ci-windows.yml: Fix linking with lld Dirk Best2020-10-251-2/+2
|
* ci-windows.yml: Disable linking with LLD (broken currently) Dirk Best2020-10-251-1/+1
|
* ci-macos.xml: Remove brew update step Dirk Best2020-10-211-3/+1
|
* Create GitHub Actions for CI (#7335) Dirk Best2020-10-213-0/+122
| | | | | | | | | | | This is intended as a replacement for AppVeyor and parts of TravisCI. It will create full builds of MAME (including tools) for the following platforms: - Linux (GCC and Clang) - macOS (Clang) - Windows (GCC and MSVC 2019) It will also upload the resulting executable as artifact so that it can be used for regression testing. This commit also removes the unused TeaCI drone files.
* Create GitHub Action to validate hash XML files (#7323) Dirk Best2020-10-171-0/+23
* Create GitHub Action to validate hash XML files This GitHub Action will run on any commit or pull request that changes a file in the "hash" directory. It will do a simple xmllint run for the HSI files and will check the softwarelist XML files against their DTD. * Delete c64_flop_clcracked.xml No content, can be recreated if needed. * Remove references to removed softwarelist c64_flop_clcracked.xml