From 3eaf1be30c5ada8c04221432e13465931f2419b5 Mon Sep 17 00:00:00 2001 From: Dirk Best Date: Wed, 21 Oct 2020 13:42:17 +0200 Subject: Create GitHub Actions for CI (#7335) 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. --- .gitignore | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to '.gitignore') diff --git a/.gitignore b/.gitignore index 2b7b463e391..4cd57d9f2bf 100644 --- a/.gitignore +++ b/.gitignore @@ -11,6 +11,7 @@ /* /*/ +!/.github/ !/3rdparty/ !/android-project/ !/benchmarks/ @@ -32,7 +33,6 @@ !/tests/ !/doxygen/ !/web/ -!/.drone.yml !/.gitattributes !/.gitignore !/.travis.yml -- cgit v1.2.3