summaryrefslogtreecommitdiffstatshomepage
path: root/.github (follow)
Commit message (Collapse)AuthorAgeFilesLines
* 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