summaryrefslogtreecommitdiffstatshomepage
path: root/.drone.yml (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Create GitHub Actions for CI (#7335) Dirk Best2020-10-211-48/+0
| | | | | | | | | | | 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.
* Can tea-ci build tools? Vas Crabb2016-07-081-0/+1
|
* fix tea-ci Vas Crabb2016-06-101-0/+1
|
* Allow full build on android: Vas Crabb2016-05-311-4/+4
| | | | | | * rename si_status to si_status_val in n64 as si_status is a preprocessor macro on Android * rename PAGE_MASK to page_mask in samcoupe to avoid clash with macro (it's a local anyway) * abuse namespaces to get around the conflict between our x86emit::REG_Rn and Android's ::REG_Rn in DRC
* fix the yaml Vas Crabb2016-05-311-4/+4
|
* [skip CI] Fix channel for irc notifications - no # (nw) Paul Priest2016-05-291-5/+6
| | | | + example for pacman, should we never need to bring in non-default deps
* [skip CI] Add irc bot notification for tea-ci (nw) Paul Priest2016-05-291-1/+16
| | | | Encrypted file contains secrets generated from tea-ci.org interface.
* Fix target exe (nw) ppriest2016-05-291-1/+1
|
* [skip CI] Update tea-ci.org settings ppriest2016-05-291-3/+26
| | | | | 32-bit due to Cygwin 64-bit bug that bites occasionally. Add -validate with output on success For the secrets, need to update the YAML to enable, the generate the secrets file, containing the hash of this YAML file once tea-ci is updated to support this.
* Create .drone.yml ppriest2016-05-281-0/+7
Add file for Windows/Docker CI for MSYS2/MingW64