From 7c15b368e2adcb917095cc46d07c7da5e97cc76d Mon Sep 17 00:00:00 2001 From: Ivan Komissarov Date: Sat, 15 Aug 2020 15:03:44 +0200 Subject: Initial support for GitHub Actions This commit adds jobs similar to what we have in Travis. Some tests are disabled when running on GitHub since they do not pass for various reasons. Note that those tests are usually skipped on Travis due to missing dependencies. Change-Id: Icec96dc22e2939d12568d2de1f1a4537c35977ad Reviewed-by: Christian Kandeler --- qbs.qbs | 1 + 1 file changed, 1 insertion(+) (limited to 'qbs.qbs') diff --git a/qbs.qbs b/qbs.qbs index c01b4b096..36b5e2277 100644 --- a/qbs.qbs +++ b/qbs.qbs @@ -65,6 +65,7 @@ Project { ".travis.yml", ".clang-tidy", "docker-compose.yml", + ".github/**/*.yml", ] } } -- cgit v1.2.3