Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
G
gjs
Project overview
Project overview
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Packages
Packages
Container Registry
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Jobs
Commits
Open sidebar
Andrea Azzarone
gjs
Commits
1be5a949
Commit
1be5a949
authored
Jul 20, 2018
by
Claudio André
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
CI: readline should be enable in all builds
Except in '--disable-readline', of course.
parent
5b105f7e
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
4 additions
and
4 deletions
+4
-4
.gitlab-ci.yml
.gitlab-ci.yml
+4
-4
No files found.
.gitlab-ci.yml
View file @
1be5a949
...
...
@@ -158,7 +158,7 @@ with_logging:
variables
:
TASK_ID
:
"
ubuntu-x86_64-clang-default-logging-check"
CC
:
clang
BUILD_OPTS
:
"
--disable-readline
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_CLOSURE=1
-DGJS_VERBOSE_ENABLE_GSIGNAL=1'"
TEST
:
"
check"
SCRIPTCHECK
:
"
yes"
except
:
...
...
@@ -207,7 +207,7 @@ coverage-automatic:
image
:
claudioandre/spidermonkey:SM52-gcc.ubuntu-dev
variables
:
TASK_ID
:
"
coverage"
BUILD_OPTS
:
"
--enable-code-coverage
--disable-readline
"
BUILD_OPTS
:
"
--enable-code-coverage"
coverage
:
'
/^Lines:.\d+.\d+.(\d+\.\d+\%)/'
except
:
-
schedules
...
...
@@ -308,7 +308,7 @@ sanitizer_clang:
variables
:
TASK_ID
:
"
ubuntu-x86_64-clang_ubsan_asan-default-default-check"
CC
:
clang
BUILD_OPTS
:
"
--enable-asan
--enable-ubsan
--disable-readline
"
BUILD_OPTS
:
"
--enable-asan
--enable-ubsan"
TEST
:
"
check"
only
:
variables
:
...
...
@@ -527,7 +527,7 @@ sanitizer_clang:
variables
:
TASK_ID
:
"
ubuntu-x86_64-clang_ubsan_asan-default-default-check"
CC
:
clang
BUILD_OPTS
:
"
--enable-asan
--enable-ubsan
--disable-readline
"
BUILD_OPTS
:
"
--enable-asan
--enable-ubsan"
TEST
:
"
check"
when
:
manual
except
:
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment