Lines Matching +full:make +full:- +full:test +full:- +full:osx
13 - autoconf
14 - ./configure ${COMPILER_FLAGS:+ \
18 - make -j3
19 - make -j3 tests
22 - make check
26 # flags. We also test with clang, -m32, --enable-debug, --enable-prof,
27 # --disable-stats, and --with-malloc-conf=tcache:false. To avoid abusing
28 # travis though, we don't test all 2**7 = 128 possible combinations of these;
29 # instead, we only test combinations of up to 2 'unusual' settings, under the
35 os_unusual = 'osx'
40 compiler_flag_unusuals = ['-m32']
43 '--enable-debug',
44 '--enable-prof',
45 '--disable-stats',
83 if os == 'osx' and ('dss:primary' in malloc_conf or \
88 configure_flags.append('--with-malloc-conf=' + ",".join(malloc_conf))
90 # Filter out an unsupported configuration - heap profiling on OS X.
91 if os == 'osx' and '--enable-prof' in configure_flags:
94 # We get some spurious errors when -Warray-bounds is enabled.
96 'EXTRA_CFLAGS="-Werror -Wno-array-bounds"').format(
99 include_rows += ' - os: %s\n' % os
101 if '-m32' in unusual_combination and os == 'linux':
105 include_rows += ' - gcc-multilib\n'