Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/owncloud/client.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDominik Schmidt <dev@dominik-schmidt.de>2019-10-16 18:43:25 +0300
committerMarkus Goetz <markus@woboq.com>2019-11-08 13:27:36 +0300
commit1d757af9af7cdc89b1b2a079f71d09bd612a35a8 (patch)
tree084dd918f86a13c0e8829a7af929bf6548e540d3 /.drone.star
parent2c8d200a1750a906ef83f1aaf048b613fa746886 (diff)
Readd comment explaining the build matrix
Diffstat (limited to '.drone.star')
-rw-r--r--.drone.star7
1 files changed, 7 insertions, 0 deletions
diff --git a/.drone.star b/.drone.star
index de812b8cd..2edd55094 100644
--- a/.drone.star
+++ b/.drone.star
@@ -1,3 +1,10 @@
+#
+# We are building GCC with make and Clang with ninja, the combinations are more
+# or less arbitrarily chosen. We just want to check that both compilers and both
+# CMake generators work. It's unlikely that a specific generator only breaks
+# with a specific compiler.
+#
+
def main(ctx):
translations_trigger = {
"cron": ["translations"],