aboutsummaryrefslogtreecommitdiffstats
path: root/qbs.qbs
diff options
context:
space:
mode:
authorIvan Komissarov <abbapoh@gmail.com>2020-08-15 15:03:44 +0200
committerIvan Komissarov <ABBAPOH@gmail.com>2020-09-01 16:11:59 +0000
commit7c15b368e2adcb917095cc46d07c7da5e97cc76d (patch)
tree420e16893168a10504ac5c7eb1765f898cbf491c /qbs.qbs
parentb60f3409bbd6317de5f889d49055bee70648931b (diff)
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 <christian.kandeler@qt.io>
Diffstat (limited to 'qbs.qbs')
-rw-r--r--qbs.qbs1
1 files changed, 1 insertions, 0 deletions
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",
]
}
}