summaryrefslogtreecommitdiff
path: root/.gitlab-ci.yml
diff options
context:
space:
mode:
authorPhilip Chimento <philip.chimento@gmail.com>2020-10-08 12:18:49 -0700
committerPhilip Chimento <philip.chimento@gmail.com>2020-12-03 17:08:26 -0800
commitfecbffd1a50a53332addb67994a5deb4b40c0c3d (patch)
tree4ac1a06e1c43c3b3ecab547bfb0d9cf39d71b08f /.gitlab-ci.yml
parentb8a85a230a0db6c27b6fc9e9163fb6b507ec61e6 (diff)
downloadgjs-fecbffd1a50a53332addb67994a5deb4b40c0c3d.tar.gz
CI: Generate compile database without running Meson
Ninja has a compdb task which just generates the compile database, which is what we need here.
Diffstat (limited to '.gitlab-ci.yml')
-rw-r--r--.gitlab-ci.yml2
1 files changed, 2 insertions, 0 deletions
diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index 75a6c167..763cfa7e 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -223,6 +223,7 @@ iwyu:
image: registry.gitlab.gnome.org/gnome/gjs:fedora.mozjs78-debug
script:
- test/test-ci.sh UPSTREAM_BASE
+ - meson setup _build
- ./tools/run_iwyu.sh ci-upstream-base
only:
- branches
@@ -262,6 +263,7 @@ iwyu-full:
stage: manual
image: registry.gitlab.gnome.org/gnome/gjs:fedora.mozjs78-debug
script:
+ - meson setup _build
- ./tools/run_iwyu.sh
except:
- schedules