summaryrefslogtreecommitdiff
path: root/.travis.yml
diff options
context:
space:
mode:
authorIvan Maidanski <ivmai@mail.ru>2021-07-21 20:03:50 +0300
committerIvan Maidanski <ivmai@mail.ru>2021-07-21 20:33:52 +0300
commit743b52a42b0ebc102a012e32ef34b522937f4d8e (patch)
tree0e4436143eb468aee646fa6b428e4522a4b3469b /.travis.yml
parent490b503c49c59c07a5521bc3984e82af53ecdf35 (diff)
downloadbdwgc-743b52a42b0ebc102a012e32ef34b522937f4d8e.tar.gz
Travis CI: Test with Autotools and GCC compiler on FreeBSD
Diffstat (limited to '.travis.yml')
-rw-r--r--.travis.yml6
1 files changed, 6 insertions, 0 deletions
diff --git a/.travis.yml b/.travis.yml
index 3994eea2..46ead00d 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -210,6 +210,12 @@ jobs:
- MAKEFILE_NAME=Makefile.direct
- MAKEFILE_TARGETS="check cord/de"
- os: freebsd
+ compiler: gcc
+ env:
+ - CONF_OPTIONS="--enable-cplusplus --enable-gc-assertions"
+ - MAKE_NPROC=8
+ - NO_CLONE_LIBATOMIC_OPS=true
+ - os: freebsd
env:
- CONF_OPTIONS="--enable-cplusplus"
- MAKE_NPROC=8