[gjs: 10/11] CI: Fix typo in with_logging defines
- From: Cosimo Cecchi <cosimoc src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [gjs: 10/11] CI: Fix typo in with_logging defines
- Date: Sun, 4 Nov 2018 18:00:43 +0000 (UTC)
commit 514e0eb1c49effac453b7f30588bbe9c40ac432c
Author: Philip Chimento <philip chimento gmail com>
Date: Sat Nov 3 21:48:59 2018 -0400
CI: Fix typo in with_logging defines
This caused the with_logging build to still build without the
gjs_debug_closure() macros defined.
.gitlab-ci.yml | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
---
diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index bc23be7f..6e014536 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -158,7 +158,7 @@ with_logging:
variables:
TASK_ID: "ubuntu-x86_64-clang-default-logging-check"
CC: clang
- BUILD_OPTS: "CPPFLAGS='-DGJS_VERBOSE_ENABLE_PROPS=1 -DGJS_VERBOSE_ENABLE_MARSHAL=1
-DGJS_VERBOSE_ENABLE_LIFECYCLE=1 -DGJS_VERBOSE_ENABLE_GI_USAGE=1 -DGJS_VERBOSE_ENABLE_CLOSURE=1
-DGJS_VERBOSE_ENABLE_GSIGNAL=1'"
+ BUILD_OPTS: "CPPFLAGS='-DGJS_VERBOSE_ENABLE_PROPS=1 -DGJS_VERBOSE_ENABLE_MARSHAL=1
-DGJS_VERBOSE_ENABLE_LIFECYCLE=1 -DGJS_VERBOSE_ENABLE_GI_USAGE=1 -DGJS_VERBOSE_ENABLE_GCLOSURE=1
-DGJS_VERBOSE_ENABLE_GSIGNAL=1'"
TEST: "check"
SCRIPTCHECK: "yes"
ENABLE_GTK: "yes"
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]