projects
/
platform
/
upstream
/
libgc.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
73d30d2
)
Travis CI: Test MANUAL_VDB (w/o parallel mark)
author
Ivan Maidanski
<ivmai@mail.ru>
Fri, 18 May 2018 08:16:54 +0000
(11:16 +0300)
committer
Ivan Maidanski
<ivmai@mail.ru>
Fri, 18 May 2018 08:16:54 +0000
(11:16 +0300)
.travis.yml
patch
|
blob
|
history
diff --git
a/.travis.yml
b/.travis.yml
index
59ab6cc
..
12b2bee
100644
(file)
--- a/
.travis.yml
+++ b/
.travis.yml
@@
-135,6
+135,11
@@
matrix:
- CFLAGS_EXTRA="-D PROC_VDB -D GC_NO_SYS_FAULT_H -D NO_INCREMENTAL -D DEBUG_DIRTY_BITS"
- CONF_OPTIONS="--enable-cplusplus --disable-docs"
- os: linux
+ compiler: clang
+ env:
+ - CFLAGS_EXTRA="-D MANUAL_VDB"
+ - CONF_OPTIONS="--enable-gc-assertions --disable-parallel-mark"
+ - os: linux
compiler: gcc
env:
- CFLAGS_EXTRA="-D SMALL_CONFIG -D NO_GETENV"