summaryrefslogtreecommitdiff
path: root/.gitlab-ci.yml
diff options
context:
space:
mode:
authorMarco Trevisan (Treviño) <mail@3v1n0.net>2021-05-16 15:59:26 +0200
committerMarco Trevisan (Treviño) <mail@3v1n0.net>2021-05-18 00:46:38 +0200
commit3d96a11eb54ceb75403e0a3af1895940a7210070 (patch)
treeab503d1f321e070e0cba59468f540aca12ca8b16 /.gitlab-ci.yml
parente45c6d8316a48bd69a4bbed1cfa7839f05104d27 (diff)
downloadgjs-3d96a11eb54ceb75403e0a3af1895940a7210070.tar.gz
ci: Use unity build with the maximum size possible
Since this is a CI job we want to ensure we can join all the files together to ensure we use unique names everywhere. This is indeed not optimal in real world scenario (where this will prevent multi-jobs compilation), but it's good for testing.
Diffstat (limited to '.gitlab-ci.yml')
-rw-r--r--.gitlab-ci.yml5
1 files changed, 4 insertions, 1 deletions
diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index c69ab8f3..0761ed0a 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -141,9 +141,12 @@ build_unity:
image: registry.gitlab.gnome.org/gnome/gjs:fedora.mozjs78
variables:
TASK_ID: "fedora-x86_64-gcc-default-unity-check"
+ # unity-size here is forced to use an high number to check whether we can
+ # join all the sources together, but should not be used in real world to
+ # not to break multi-jobs compilation
CONFIG_OPTS: >-
-Dprofiler=disabled
- --unity on --unity-size=10
+ --unity on --unity-size=10000
except:
- schedules