before_script.sh 387 B

1234567891011
  1. #!/bin/tcsh
  2. autoconf
  3. # We don't perfectly track freebsd stdlib.h definitions. This is fine when
  4. # we count as a system header, but breaks otherwise, like during these
  5. # tests.
  6. ./configure --with-jemalloc-prefix=ci_ ${COMPILER_FLAGS:+ CC="$CC $COMPILER_FLAGS" CXX="$CXX $COMPILER_FLAGS"} $CONFIGURE_FLAGS
  7. JE_NCPUS=`sysctl -n kern.smp.cpus`
  8. gmake -j${JE_NCPUS}
  9. gmake -j${JE_NCPUS} tests