2021-10-14 03:35:52 +08:00
|
|
|
# This config file is generated by ./scripts/gen_travis.py.
|
|
|
|
# Do not edit by hand.
|
|
|
|
|
2021-12-22 08:15:14 +08:00
|
|
|
# We use 'minimal', because 'generic' makes Windows VMs hang at startup. Also
|
|
|
|
# the software provided by 'generic' is simply not needed for our tests.
|
|
|
|
# Differences are explained here:
|
|
|
|
# https://docs.travis-ci.com/user/languages/minimal-and-generic/
|
|
|
|
language: minimal
|
2021-06-22 05:07:10 +08:00
|
|
|
dist: focal
|
2016-06-09 23:17:19 +08:00
|
|
|
|
2021-10-14 03:35:52 +08:00
|
|
|
jobs:
|
2016-06-09 23:17:19 +08:00
|
|
|
include:
|
2022-03-22 06:11:34 +08:00
|
|
|
- os: windows
|
|
|
|
arch: amd64
|
|
|
|
env: CC=gcc CXX=g++ EXTRA_CFLAGS="-fcommon"
|
|
|
|
- os: windows
|
|
|
|
arch: amd64
|
|
|
|
env: CC=gcc CXX=g++ CONFIGURE_FLAGS="--enable-debug" EXTRA_CFLAGS="-fcommon"
|
|
|
|
- os: windows
|
|
|
|
arch: amd64
|
|
|
|
env: CC=cl.exe CXX=cl.exe
|
|
|
|
- os: windows
|
|
|
|
arch: amd64
|
|
|
|
env: CC=gcc CXX=g++ CROSS_COMPILE_32BIT=yes EXTRA_CFLAGS="-fcommon"
|
|
|
|
- os: windows
|
|
|
|
arch: amd64
|
|
|
|
env: CC=cl.exe CXX=cl.exe CONFIGURE_FLAGS="--enable-debug"
|
|
|
|
- os: windows
|
|
|
|
arch: amd64
|
|
|
|
env: CC=gcc CXX=g++ CROSS_COMPILE_32BIT=yes CONFIGURE_FLAGS="--enable-debug" EXTRA_CFLAGS="-fcommon"
|
|
|
|
- os: windows
|
|
|
|
arch: amd64
|
|
|
|
env: CC=cl.exe CXX=cl.exe CROSS_COMPILE_32BIT=yes
|
|
|
|
- os: windows
|
|
|
|
arch: amd64
|
|
|
|
env: CC=cl.exe CXX=cl.exe CROSS_COMPILE_32BIT=yes CONFIGURE_FLAGS="--enable-debug"
|
|
|
|
- os: freebsd
|
|
|
|
arch: amd64
|
|
|
|
env: CC=gcc CXX=g++
|
|
|
|
- os: freebsd
|
|
|
|
arch: amd64
|
|
|
|
env: CC=gcc CXX=g++ CONFIGURE_FLAGS="--enable-debug"
|
|
|
|
- os: freebsd
|
|
|
|
arch: amd64
|
|
|
|
env: CC=gcc CXX=g++ CONFIGURE_FLAGS="--enable-prof --enable-prof-libunwind"
|
|
|
|
- os: freebsd
|
|
|
|
arch: amd64
|
|
|
|
env: CC=gcc CXX=g++ CONFIGURE_FLAGS="--with-lg-page=16 --with-malloc-conf=tcache:false"
|
|
|
|
- os: freebsd
|
|
|
|
arch: amd64
|
|
|
|
env: CC=gcc CXX=g++ CROSS_COMPILE_32BIT=yes
|
|
|
|
- os: freebsd
|
|
|
|
arch: amd64
|
|
|
|
env: CC=gcc CXX=g++ CONFIGURE_FLAGS="--enable-debug --enable-prof --enable-prof-libunwind"
|
|
|
|
- os: freebsd
|
|
|
|
arch: amd64
|
|
|
|
env: CC=gcc CXX=g++ CONFIGURE_FLAGS="--enable-debug --with-lg-page=16 --with-malloc-conf=tcache:false"
|
|
|
|
- os: freebsd
|
|
|
|
arch: amd64
|
|
|
|
env: CC=gcc CXX=g++ CROSS_COMPILE_32BIT=yes CONFIGURE_FLAGS="--enable-debug"
|
|
|
|
- os: freebsd
|
|
|
|
arch: amd64
|
|
|
|
env: CC=gcc CXX=g++ CONFIGURE_FLAGS="--enable-prof --enable-prof-libunwind --with-lg-page=16 --with-malloc-conf=tcache:false"
|
|
|
|
- os: freebsd
|
|
|
|
arch: amd64
|
|
|
|
env: CC=gcc CXX=g++ CROSS_COMPILE_32BIT=yes CONFIGURE_FLAGS="--enable-prof --enable-prof-libunwind"
|
|
|
|
- os: freebsd
|
|
|
|
arch: amd64
|
|
|
|
env: CC=gcc CXX=g++ CROSS_COMPILE_32BIT=yes CONFIGURE_FLAGS="--with-lg-page=16 --with-malloc-conf=tcache:false"
|
|
|
|
- os: freebsd
|
|
|
|
arch: amd64
|
|
|
|
env: CC=gcc CXX=g++ CONFIGURE_FLAGS="--enable-debug --enable-prof --enable-prof-libunwind --with-lg-page=16 --with-malloc-conf=tcache:false"
|
|
|
|
- os: freebsd
|
|
|
|
arch: amd64
|
|
|
|
env: CC=gcc CXX=g++ CROSS_COMPILE_32BIT=yes CONFIGURE_FLAGS="--enable-debug --enable-prof --enable-prof-libunwind"
|
|
|
|
- os: freebsd
|
|
|
|
arch: amd64
|
|
|
|
env: CC=gcc CXX=g++ CROSS_COMPILE_32BIT=yes CONFIGURE_FLAGS="--enable-debug --with-lg-page=16 --with-malloc-conf=tcache:false"
|
|
|
|
- os: freebsd
|
|
|
|
arch: amd64
|
|
|
|
env: CC=gcc CXX=g++ CROSS_COMPILE_32BIT=yes CONFIGURE_FLAGS="--enable-prof --enable-prof-libunwind --with-lg-page=16 --with-malloc-conf=tcache:false"
|
|
|
|
- os: freebsd
|
|
|
|
arch: amd64
|
|
|
|
env: CC=gcc CXX=g++ CROSS_COMPILE_32BIT=yes CONFIGURE_FLAGS="--enable-debug --enable-prof --enable-prof-libunwind --with-lg-page=16 --with-malloc-conf=tcache:false"
|
2016-06-09 23:17:19 +08:00
|
|
|
- os: linux
|
2020-09-11 16:07:10 +08:00
|
|
|
arch: amd64
|
2021-12-22 08:15:14 +08:00
|
|
|
env: CC=gcc CXX=g++ EXTRA_CFLAGS="-Werror -Wno-array-bounds"
|
2020-09-11 16:07:10 +08:00
|
|
|
- os: linux
|
|
|
|
arch: amd64
|
2021-12-22 08:15:14 +08:00
|
|
|
env: CC=clang CXX=clang++ EXTRA_CFLAGS="-Werror -Wno-array-bounds -Wno-unknown-warning-option -Wno-ignored-attributes"
|
2017-01-26 04:58:50 +08:00
|
|
|
- os: linux
|
2020-09-11 16:07:10 +08:00
|
|
|
arch: amd64
|
2021-12-22 08:15:14 +08:00
|
|
|
env: CC=gcc CXX=g++ CROSS_COMPILE_32BIT=yes COMPILER_FLAGS="-m32" EXTRA_CFLAGS="-Werror -Wno-array-bounds"
|
2017-01-26 04:58:50 +08:00
|
|
|
- os: linux
|
2020-09-11 16:07:10 +08:00
|
|
|
arch: amd64
|
2021-12-22 08:15:14 +08:00
|
|
|
env: CC=gcc CXX=g++ CONFIGURE_FLAGS="--enable-debug" EXTRA_CFLAGS="-Werror -Wno-array-bounds"
|
2017-01-26 04:58:50 +08:00
|
|
|
- os: linux
|
2020-09-11 16:07:10 +08:00
|
|
|
arch: amd64
|
2021-12-22 08:15:14 +08:00
|
|
|
env: CC=gcc CXX=g++ CONFIGURE_FLAGS="--enable-prof" EXTRA_CFLAGS="-Werror -Wno-array-bounds"
|
2016-12-14 08:19:20 +08:00
|
|
|
- os: linux
|
2020-09-11 16:07:10 +08:00
|
|
|
arch: amd64
|
2021-12-22 08:15:14 +08:00
|
|
|
env: CC=gcc CXX=g++ CONFIGURE_FLAGS="--disable-stats" EXTRA_CFLAGS="-Werror -Wno-array-bounds"
|
2019-02-07 05:36:56 +08:00
|
|
|
- os: linux
|
2020-09-11 16:07:10 +08:00
|
|
|
arch: amd64
|
2021-12-22 08:15:14 +08:00
|
|
|
env: CC=gcc CXX=g++ CONFIGURE_FLAGS="--disable-libdl" EXTRA_CFLAGS="-Werror -Wno-array-bounds"
|
2019-03-23 08:08:53 +08:00
|
|
|
- os: linux
|
2020-09-11 16:07:10 +08:00
|
|
|
arch: amd64
|
2021-12-22 08:15:14 +08:00
|
|
|
env: CC=gcc CXX=g++ CONFIGURE_FLAGS="--enable-opt-safety-checks" EXTRA_CFLAGS="-Werror -Wno-array-bounds"
|
2019-09-12 01:31:30 +08:00
|
|
|
- os: linux
|
2020-09-11 16:07:10 +08:00
|
|
|
arch: amd64
|
2021-12-22 08:15:14 +08:00
|
|
|
env: CC=gcc CXX=g++ CONFIGURE_FLAGS="--with-lg-page=16" EXTRA_CFLAGS="-Werror -Wno-array-bounds"
|
2017-01-26 04:58:50 +08:00
|
|
|
- os: linux
|
2020-09-11 16:07:10 +08:00
|
|
|
arch: amd64
|
2021-12-22 08:15:14 +08:00
|
|
|
env: CC=gcc CXX=g++ CONFIGURE_FLAGS="--with-malloc-conf=tcache:false" EXTRA_CFLAGS="-Werror -Wno-array-bounds"
|
2017-05-23 08:15:57 +08:00
|
|
|
- os: linux
|
2020-09-11 16:07:10 +08:00
|
|
|
arch: amd64
|
2021-12-22 08:15:14 +08:00
|
|
|
env: CC=gcc CXX=g++ CONFIGURE_FLAGS="--with-malloc-conf=dss:primary" EXTRA_CFLAGS="-Werror -Wno-array-bounds"
|
2017-05-24 01:53:36 +08:00
|
|
|
- os: linux
|
2020-09-11 16:07:10 +08:00
|
|
|
arch: amd64
|
2021-12-22 08:15:14 +08:00
|
|
|
env: CC=gcc CXX=g++ CONFIGURE_FLAGS="--with-malloc-conf=percpu_arena:percpu" EXTRA_CFLAGS="-Werror -Wno-array-bounds"
|
2017-06-01 02:56:31 +08:00
|
|
|
- os: linux
|
2020-09-11 16:07:10 +08:00
|
|
|
arch: amd64
|
2021-12-22 08:15:14 +08:00
|
|
|
env: CC=gcc CXX=g++ CONFIGURE_FLAGS="--with-malloc-conf=background_thread:true" EXTRA_CFLAGS="-Werror -Wno-array-bounds"
|
2020-09-11 16:07:10 +08:00
|
|
|
- os: linux
|
|
|
|
arch: amd64
|
2021-12-22 08:15:14 +08:00
|
|
|
env: CC=clang CXX=clang++ CROSS_COMPILE_32BIT=yes COMPILER_FLAGS="-m32" EXTRA_CFLAGS="-Werror -Wno-array-bounds -Wno-unknown-warning-option -Wno-ignored-attributes"
|
2017-01-26 04:58:50 +08:00
|
|
|
- os: linux
|
2020-09-11 16:07:10 +08:00
|
|
|
arch: amd64
|
2021-12-22 08:15:14 +08:00
|
|
|
env: CC=clang CXX=clang++ CONFIGURE_FLAGS="--enable-debug" EXTRA_CFLAGS="-Werror -Wno-array-bounds -Wno-unknown-warning-option -Wno-ignored-attributes"
|
2016-12-14 08:19:20 +08:00
|
|
|
- os: linux
|
2020-09-11 16:07:10 +08:00
|
|
|
arch: amd64
|
2021-12-22 08:15:14 +08:00
|
|
|
env: CC=clang CXX=clang++ CONFIGURE_FLAGS="--enable-prof" EXTRA_CFLAGS="-Werror -Wno-array-bounds -Wno-unknown-warning-option -Wno-ignored-attributes"
|
2017-01-26 04:58:50 +08:00
|
|
|
- os: linux
|
2020-09-11 16:07:10 +08:00
|
|
|
arch: amd64
|
2021-12-22 08:15:14 +08:00
|
|
|
env: CC=clang CXX=clang++ CONFIGURE_FLAGS="--disable-stats" EXTRA_CFLAGS="-Werror -Wno-array-bounds -Wno-unknown-warning-option -Wno-ignored-attributes"
|
2019-02-07 05:36:56 +08:00
|
|
|
- os: linux
|
2020-09-11 16:07:10 +08:00
|
|
|
arch: amd64
|
2021-12-22 08:15:14 +08:00
|
|
|
env: CC=clang CXX=clang++ CONFIGURE_FLAGS="--disable-libdl" EXTRA_CFLAGS="-Werror -Wno-array-bounds -Wno-unknown-warning-option -Wno-ignored-attributes"
|
2019-03-23 08:08:53 +08:00
|
|
|
- os: linux
|
2020-09-11 16:07:10 +08:00
|
|
|
arch: amd64
|
2021-12-22 08:15:14 +08:00
|
|
|
env: CC=clang CXX=clang++ CONFIGURE_FLAGS="--enable-opt-safety-checks" EXTRA_CFLAGS="-Werror -Wno-array-bounds -Wno-unknown-warning-option -Wno-ignored-attributes"
|
2019-09-12 01:31:30 +08:00
|
|
|
- os: linux
|
2020-09-11 16:07:10 +08:00
|
|
|
arch: amd64
|
2021-12-22 08:15:14 +08:00
|
|
|
env: CC=clang CXX=clang++ CONFIGURE_FLAGS="--with-lg-page=16" EXTRA_CFLAGS="-Werror -Wno-array-bounds -Wno-unknown-warning-option -Wno-ignored-attributes"
|
2017-01-26 04:58:50 +08:00
|
|
|
- os: linux
|
2020-09-11 16:07:10 +08:00
|
|
|
arch: amd64
|
2021-12-22 08:15:14 +08:00
|
|
|
env: CC=clang CXX=clang++ CONFIGURE_FLAGS="--with-malloc-conf=tcache:false" EXTRA_CFLAGS="-Werror -Wno-array-bounds -Wno-unknown-warning-option -Wno-ignored-attributes"
|
2017-05-23 08:15:57 +08:00
|
|
|
- os: linux
|
2020-09-11 16:07:10 +08:00
|
|
|
arch: amd64
|
2021-12-22 08:15:14 +08:00
|
|
|
env: CC=clang CXX=clang++ CONFIGURE_FLAGS="--with-malloc-conf=dss:primary" EXTRA_CFLAGS="-Werror -Wno-array-bounds -Wno-unknown-warning-option -Wno-ignored-attributes"
|
2017-05-24 01:53:36 +08:00
|
|
|
- os: linux
|
2020-09-11 16:07:10 +08:00
|
|
|
arch: amd64
|
2021-12-22 08:15:14 +08:00
|
|
|
env: CC=clang CXX=clang++ CONFIGURE_FLAGS="--with-malloc-conf=percpu_arena:percpu" EXTRA_CFLAGS="-Werror -Wno-array-bounds -Wno-unknown-warning-option -Wno-ignored-attributes"
|
2017-06-01 02:56:31 +08:00
|
|
|
- os: linux
|
2020-09-11 16:07:10 +08:00
|
|
|
arch: amd64
|
2021-12-22 08:15:14 +08:00
|
|
|
env: CC=clang CXX=clang++ CONFIGURE_FLAGS="--with-malloc-conf=background_thread:true" EXTRA_CFLAGS="-Werror -Wno-array-bounds -Wno-unknown-warning-option -Wno-ignored-attributes"
|
2017-01-26 04:58:50 +08:00
|
|
|
- os: linux
|
2020-09-11 16:07:10 +08:00
|
|
|
arch: amd64
|
2021-12-22 08:15:14 +08:00
|
|
|
env: CC=gcc CXX=g++ CROSS_COMPILE_32BIT=yes COMPILER_FLAGS="-m32" CONFIGURE_FLAGS="--enable-debug" EXTRA_CFLAGS="-Werror -Wno-array-bounds"
|
2017-01-26 04:58:50 +08:00
|
|
|
- os: linux
|
2020-09-11 16:07:10 +08:00
|
|
|
arch: amd64
|
2021-12-22 08:15:14 +08:00
|
|
|
env: CC=gcc CXX=g++ CROSS_COMPILE_32BIT=yes COMPILER_FLAGS="-m32" CONFIGURE_FLAGS="--enable-prof" EXTRA_CFLAGS="-Werror -Wno-array-bounds"
|
2017-01-26 04:58:50 +08:00
|
|
|
- os: linux
|
2020-09-11 16:07:10 +08:00
|
|
|
arch: amd64
|
2021-12-22 08:15:14 +08:00
|
|
|
env: CC=gcc CXX=g++ CROSS_COMPILE_32BIT=yes COMPILER_FLAGS="-m32" CONFIGURE_FLAGS="--disable-stats" EXTRA_CFLAGS="-Werror -Wno-array-bounds"
|
2019-02-07 05:36:56 +08:00
|
|
|
- os: linux
|
2020-09-11 16:07:10 +08:00
|
|
|
arch: amd64
|
2021-12-22 08:15:14 +08:00
|
|
|
env: CC=gcc CXX=g++ CROSS_COMPILE_32BIT=yes COMPILER_FLAGS="-m32" CONFIGURE_FLAGS="--disable-libdl" EXTRA_CFLAGS="-Werror -Wno-array-bounds"
|
2019-03-23 08:08:53 +08:00
|
|
|
- os: linux
|
2020-09-11 16:07:10 +08:00
|
|
|
arch: amd64
|
2021-12-22 08:15:14 +08:00
|
|
|
env: CC=gcc CXX=g++ CROSS_COMPILE_32BIT=yes COMPILER_FLAGS="-m32" CONFIGURE_FLAGS="--enable-opt-safety-checks" EXTRA_CFLAGS="-Werror -Wno-array-bounds"
|
2019-09-12 01:31:30 +08:00
|
|
|
- os: linux
|
2020-09-11 16:07:10 +08:00
|
|
|
arch: amd64
|
2021-12-22 08:15:14 +08:00
|
|
|
env: CC=gcc CXX=g++ CROSS_COMPILE_32BIT=yes COMPILER_FLAGS="-m32" CONFIGURE_FLAGS="--with-lg-page=16" EXTRA_CFLAGS="-Werror -Wno-array-bounds"
|
2017-01-26 04:58:50 +08:00
|
|
|
- os: linux
|
2020-09-11 16:07:10 +08:00
|
|
|
arch: amd64
|
2021-12-22 08:15:14 +08:00
|
|
|
env: CC=gcc CXX=g++ CROSS_COMPILE_32BIT=yes COMPILER_FLAGS="-m32" CONFIGURE_FLAGS="--with-malloc-conf=tcache:false" EXTRA_CFLAGS="-Werror -Wno-array-bounds"
|
2017-05-23 08:15:57 +08:00
|
|
|
- os: linux
|
2020-09-11 16:07:10 +08:00
|
|
|
arch: amd64
|
2021-12-22 08:15:14 +08:00
|
|
|
env: CC=gcc CXX=g++ CROSS_COMPILE_32BIT=yes COMPILER_FLAGS="-m32" CONFIGURE_FLAGS="--with-malloc-conf=dss:primary" EXTRA_CFLAGS="-Werror -Wno-array-bounds"
|
2017-05-24 01:53:36 +08:00
|
|
|
- os: linux
|
2020-09-11 16:07:10 +08:00
|
|
|
arch: amd64
|
2021-12-22 08:15:14 +08:00
|
|
|
env: CC=gcc CXX=g++ CROSS_COMPILE_32BIT=yes COMPILER_FLAGS="-m32" CONFIGURE_FLAGS="--with-malloc-conf=percpu_arena:percpu" EXTRA_CFLAGS="-Werror -Wno-array-bounds"
|
2017-06-01 02:56:31 +08:00
|
|
|
- os: linux
|
2020-09-11 16:07:10 +08:00
|
|
|
arch: amd64
|
2021-12-22 08:15:14 +08:00
|
|
|
env: CC=gcc CXX=g++ CROSS_COMPILE_32BIT=yes COMPILER_FLAGS="-m32" CONFIGURE_FLAGS="--with-malloc-conf=background_thread:true" EXTRA_CFLAGS="-Werror -Wno-array-bounds"
|
2017-01-26 04:58:50 +08:00
|
|
|
- os: linux
|
2020-09-11 16:07:10 +08:00
|
|
|
arch: amd64
|
2021-12-22 08:15:14 +08:00
|
|
|
env: CC=gcc CXX=g++ CONFIGURE_FLAGS="--enable-debug --enable-prof" EXTRA_CFLAGS="-Werror -Wno-array-bounds"
|
2017-01-26 04:58:50 +08:00
|
|
|
- os: linux
|
2020-09-11 16:07:10 +08:00
|
|
|
arch: amd64
|
2021-12-22 08:15:14 +08:00
|
|
|
env: CC=gcc CXX=g++ CONFIGURE_FLAGS="--enable-debug --disable-stats" EXTRA_CFLAGS="-Werror -Wno-array-bounds"
|
2019-02-07 05:36:56 +08:00
|
|
|
- os: linux
|
2020-09-11 16:07:10 +08:00
|
|
|
arch: amd64
|
2021-12-22 08:15:14 +08:00
|
|
|
env: CC=gcc CXX=g++ CONFIGURE_FLAGS="--enable-debug --disable-libdl" EXTRA_CFLAGS="-Werror -Wno-array-bounds"
|
2019-03-23 08:08:53 +08:00
|
|
|
- os: linux
|
2020-09-11 16:07:10 +08:00
|
|
|
arch: amd64
|
2021-12-22 08:15:14 +08:00
|
|
|
env: CC=gcc CXX=g++ CONFIGURE_FLAGS="--enable-debug --enable-opt-safety-checks" EXTRA_CFLAGS="-Werror -Wno-array-bounds"
|
2019-09-12 01:31:30 +08:00
|
|
|
- os: linux
|
2020-09-11 16:07:10 +08:00
|
|
|
arch: amd64
|
2021-12-22 08:15:14 +08:00
|
|
|
env: CC=gcc CXX=g++ CONFIGURE_FLAGS="--enable-debug --with-lg-page=16" EXTRA_CFLAGS="-Werror -Wno-array-bounds"
|
2017-01-26 04:58:50 +08:00
|
|
|
- os: linux
|
2020-09-11 16:07:10 +08:00
|
|
|
arch: amd64
|
2021-12-22 08:15:14 +08:00
|
|
|
env: CC=gcc CXX=g++ CONFIGURE_FLAGS="--enable-debug --with-malloc-conf=tcache:false" EXTRA_CFLAGS="-Werror -Wno-array-bounds"
|
2017-05-23 08:15:57 +08:00
|
|
|
- os: linux
|
2020-09-11 16:07:10 +08:00
|
|
|
arch: amd64
|
2021-12-22 08:15:14 +08:00
|
|
|
env: CC=gcc CXX=g++ CONFIGURE_FLAGS="--enable-debug --with-malloc-conf=dss:primary" EXTRA_CFLAGS="-Werror -Wno-array-bounds"
|
2017-05-24 01:53:36 +08:00
|
|
|
- os: linux
|
2020-09-11 16:07:10 +08:00
|
|
|
arch: amd64
|
2021-12-22 08:15:14 +08:00
|
|
|
env: CC=gcc CXX=g++ CONFIGURE_FLAGS="--enable-debug --with-malloc-conf=percpu_arena:percpu" EXTRA_CFLAGS="-Werror -Wno-array-bounds"
|
2017-06-01 02:56:31 +08:00
|
|
|
- os: linux
|
2020-09-11 16:07:10 +08:00
|
|
|
arch: amd64
|
2021-12-22 08:15:14 +08:00
|
|
|
env: CC=gcc CXX=g++ CONFIGURE_FLAGS="--enable-debug --with-malloc-conf=background_thread:true" EXTRA_CFLAGS="-Werror -Wno-array-bounds"
|
2017-01-26 04:58:50 +08:00
|
|
|
- os: linux
|
2020-09-11 16:07:10 +08:00
|
|
|
arch: amd64
|
2021-12-22 08:15:14 +08:00
|
|
|
env: CC=gcc CXX=g++ CONFIGURE_FLAGS="--enable-prof --disable-stats" EXTRA_CFLAGS="-Werror -Wno-array-bounds"
|
2019-02-07 05:36:56 +08:00
|
|
|
- os: linux
|
2020-09-11 16:07:10 +08:00
|
|
|
arch: amd64
|
2021-12-22 08:15:14 +08:00
|
|
|
env: CC=gcc CXX=g++ CONFIGURE_FLAGS="--enable-prof --disable-libdl" EXTRA_CFLAGS="-Werror -Wno-array-bounds"
|
2019-03-23 08:08:53 +08:00
|
|
|
- os: linux
|
2020-09-11 16:07:10 +08:00
|
|
|
arch: amd64
|
2021-12-22 08:15:14 +08:00
|
|
|
env: CC=gcc CXX=g++ CONFIGURE_FLAGS="--enable-prof --enable-opt-safety-checks" EXTRA_CFLAGS="-Werror -Wno-array-bounds"
|
2019-09-12 01:31:30 +08:00
|
|
|
- os: linux
|
2020-09-11 16:07:10 +08:00
|
|
|
arch: amd64
|
2021-12-22 08:15:14 +08:00
|
|
|
env: CC=gcc CXX=g++ CONFIGURE_FLAGS="--enable-prof --with-lg-page=16" EXTRA_CFLAGS="-Werror -Wno-array-bounds"
|
2017-01-26 04:58:50 +08:00
|
|
|
- os: linux
|
2020-09-11 16:07:10 +08:00
|
|
|
arch: amd64
|
2021-12-22 08:15:14 +08:00
|
|
|
env: CC=gcc CXX=g++ CONFIGURE_FLAGS="--enable-prof --with-malloc-conf=tcache:false" EXTRA_CFLAGS="-Werror -Wno-array-bounds"
|
2017-05-23 08:15:57 +08:00
|
|
|
- os: linux
|
2020-09-11 16:07:10 +08:00
|
|
|
arch: amd64
|
2021-12-22 08:15:14 +08:00
|
|
|
env: CC=gcc CXX=g++ CONFIGURE_FLAGS="--enable-prof --with-malloc-conf=dss:primary" EXTRA_CFLAGS="-Werror -Wno-array-bounds"
|
2017-05-24 01:53:36 +08:00
|
|
|
- os: linux
|
2020-09-11 16:07:10 +08:00
|
|
|
arch: amd64
|
2021-12-22 08:15:14 +08:00
|
|
|
env: CC=gcc CXX=g++ CONFIGURE_FLAGS="--enable-prof --with-malloc-conf=percpu_arena:percpu" EXTRA_CFLAGS="-Werror -Wno-array-bounds"
|
2017-06-01 02:56:31 +08:00
|
|
|
- os: linux
|
2020-09-11 16:07:10 +08:00
|
|
|
arch: amd64
|
2021-12-22 08:15:14 +08:00
|
|
|
env: CC=gcc CXX=g++ CONFIGURE_FLAGS="--enable-prof --with-malloc-conf=background_thread:true" EXTRA_CFLAGS="-Werror -Wno-array-bounds"
|
2019-02-07 05:36:56 +08:00
|
|
|
- os: linux
|
2020-09-11 16:07:10 +08:00
|
|
|
arch: amd64
|
2021-12-22 08:15:14 +08:00
|
|
|
env: CC=gcc CXX=g++ CONFIGURE_FLAGS="--disable-stats --disable-libdl" EXTRA_CFLAGS="-Werror -Wno-array-bounds"
|
2019-03-23 08:08:53 +08:00
|
|
|
- os: linux
|
2020-09-11 16:07:10 +08:00
|
|
|
arch: amd64
|
2021-12-22 08:15:14 +08:00
|
|
|
env: CC=gcc CXX=g++ CONFIGURE_FLAGS="--disable-stats --enable-opt-safety-checks" EXTRA_CFLAGS="-Werror -Wno-array-bounds"
|
2019-09-12 01:31:30 +08:00
|
|
|
- os: linux
|
2020-09-11 16:07:10 +08:00
|
|
|
arch: amd64
|
2021-12-22 08:15:14 +08:00
|
|
|
env: CC=gcc CXX=g++ CONFIGURE_FLAGS="--disable-stats --with-lg-page=16" EXTRA_CFLAGS="-Werror -Wno-array-bounds"
|
2017-01-26 04:58:50 +08:00
|
|
|
- os: linux
|
2020-09-11 16:07:10 +08:00
|
|
|
arch: amd64
|
2021-12-22 08:15:14 +08:00
|
|
|
env: CC=gcc CXX=g++ CONFIGURE_FLAGS="--disable-stats --with-malloc-conf=tcache:false" EXTRA_CFLAGS="-Werror -Wno-array-bounds"
|
2017-05-23 08:15:57 +08:00
|
|
|
- os: linux
|
2020-09-11 16:07:10 +08:00
|
|
|
arch: amd64
|
2021-12-22 08:15:14 +08:00
|
|
|
env: CC=gcc CXX=g++ CONFIGURE_FLAGS="--disable-stats --with-malloc-conf=dss:primary" EXTRA_CFLAGS="-Werror -Wno-array-bounds"
|
2017-05-24 01:53:36 +08:00
|
|
|
- os: linux
|
2020-09-11 16:07:10 +08:00
|
|
|
arch: amd64
|
2021-12-22 08:15:14 +08:00
|
|
|
env: CC=gcc CXX=g++ CONFIGURE_FLAGS="--disable-stats --with-malloc-conf=percpu_arena:percpu" EXTRA_CFLAGS="-Werror -Wno-array-bounds"
|
2017-06-01 02:56:31 +08:00
|
|
|
- os: linux
|
2020-09-11 16:07:10 +08:00
|
|
|
arch: amd64
|
2021-12-22 08:15:14 +08:00
|
|
|
env: CC=gcc CXX=g++ CONFIGURE_FLAGS="--disable-stats --with-malloc-conf=background_thread:true" EXTRA_CFLAGS="-Werror -Wno-array-bounds"
|
2019-03-23 08:08:53 +08:00
|
|
|
- os: linux
|
2020-09-11 16:07:10 +08:00
|
|
|
arch: amd64
|
2021-12-22 08:15:14 +08:00
|
|
|
env: CC=gcc CXX=g++ CONFIGURE_FLAGS="--disable-libdl --enable-opt-safety-checks" EXTRA_CFLAGS="-Werror -Wno-array-bounds"
|
2019-09-12 01:31:30 +08:00
|
|
|
- os: linux
|
2020-09-11 16:07:10 +08:00
|
|
|
arch: amd64
|
2021-12-22 08:15:14 +08:00
|
|
|
env: CC=gcc CXX=g++ CONFIGURE_FLAGS="--disable-libdl --with-lg-page=16" EXTRA_CFLAGS="-Werror -Wno-array-bounds"
|
2019-02-07 05:36:56 +08:00
|
|
|
- os: linux
|
2020-09-11 16:07:10 +08:00
|
|
|
arch: amd64
|
2021-12-22 08:15:14 +08:00
|
|
|
env: CC=gcc CXX=g++ CONFIGURE_FLAGS="--disable-libdl --with-malloc-conf=tcache:false" EXTRA_CFLAGS="-Werror -Wno-array-bounds"
|
2019-02-07 05:36:56 +08:00
|
|
|
- os: linux
|
2020-09-11 16:07:10 +08:00
|
|
|
arch: amd64
|
2021-12-22 08:15:14 +08:00
|
|
|
env: CC=gcc CXX=g++ CONFIGURE_FLAGS="--disable-libdl --with-malloc-conf=dss:primary" EXTRA_CFLAGS="-Werror -Wno-array-bounds"
|
2019-02-07 05:36:56 +08:00
|
|
|
- os: linux
|
2020-09-11 16:07:10 +08:00
|
|
|
arch: amd64
|
2021-12-22 08:15:14 +08:00
|
|
|
env: CC=gcc CXX=g++ CONFIGURE_FLAGS="--disable-libdl --with-malloc-conf=percpu_arena:percpu" EXTRA_CFLAGS="-Werror -Wno-array-bounds"
|
2019-02-07 05:36:56 +08:00
|
|
|
- os: linux
|
2020-09-11 16:07:10 +08:00
|
|
|
arch: amd64
|
2021-12-22 08:15:14 +08:00
|
|
|
env: CC=gcc CXX=g++ CONFIGURE_FLAGS="--disable-libdl --with-malloc-conf=background_thread:true" EXTRA_CFLAGS="-Werror -Wno-array-bounds"
|
2019-09-12 01:31:30 +08:00
|
|
|
- os: linux
|
2020-09-11 16:07:10 +08:00
|
|
|
arch: amd64
|
2021-12-22 08:15:14 +08:00
|
|
|
env: CC=gcc CXX=g++ CONFIGURE_FLAGS="--enable-opt-safety-checks --with-lg-page=16" EXTRA_CFLAGS="-Werror -Wno-array-bounds"
|
2019-03-23 08:08:53 +08:00
|
|
|
- os: linux
|
2020-09-11 16:07:10 +08:00
|
|
|
arch: amd64
|
2021-12-22 08:15:14 +08:00
|
|
|
env: CC=gcc CXX=g++ CONFIGURE_FLAGS="--enable-opt-safety-checks --with-malloc-conf=tcache:false" EXTRA_CFLAGS="-Werror -Wno-array-bounds"
|
2019-03-23 08:08:53 +08:00
|
|
|
- os: linux
|
2020-09-11 16:07:10 +08:00
|
|
|
arch: amd64
|
2021-12-22 08:15:14 +08:00
|
|
|
env: CC=gcc CXX=g++ CONFIGURE_FLAGS="--enable-opt-safety-checks --with-malloc-conf=dss:primary" EXTRA_CFLAGS="-Werror -Wno-array-bounds"
|
2019-03-23 08:08:53 +08:00
|
|
|
- os: linux
|
2020-09-11 16:07:10 +08:00
|
|
|
arch: amd64
|
2021-12-22 08:15:14 +08:00
|
|
|
env: CC=gcc CXX=g++ CONFIGURE_FLAGS="--enable-opt-safety-checks --with-malloc-conf=percpu_arena:percpu" EXTRA_CFLAGS="-Werror -Wno-array-bounds"
|
2019-03-23 08:08:53 +08:00
|
|
|
- os: linux
|
2020-09-11 16:07:10 +08:00
|
|
|
arch: amd64
|
2021-12-22 08:15:14 +08:00
|
|
|
env: CC=gcc CXX=g++ CONFIGURE_FLAGS="--enable-opt-safety-checks --with-malloc-conf=background_thread:true" EXTRA_CFLAGS="-Werror -Wno-array-bounds"
|
2019-09-12 01:31:30 +08:00
|
|
|
- os: linux
|
2020-09-11 16:07:10 +08:00
|
|
|
arch: amd64
|
2021-12-22 08:15:14 +08:00
|
|
|
env: CC=gcc CXX=g++ CONFIGURE_FLAGS="--with-lg-page=16 --with-malloc-conf=tcache:false" EXTRA_CFLAGS="-Werror -Wno-array-bounds"
|
2019-09-12 01:31:30 +08:00
|
|
|
- os: linux
|
2020-09-11 16:07:10 +08:00
|
|
|
arch: amd64
|
2021-12-22 08:15:14 +08:00
|
|
|
env: CC=gcc CXX=g++ CONFIGURE_FLAGS="--with-lg-page=16 --with-malloc-conf=dss:primary" EXTRA_CFLAGS="-Werror -Wno-array-bounds"
|
2019-09-12 01:31:30 +08:00
|
|
|
- os: linux
|
2020-09-11 16:07:10 +08:00
|
|
|
arch: amd64
|
2021-12-22 08:15:14 +08:00
|
|
|
env: CC=gcc CXX=g++ CONFIGURE_FLAGS="--with-lg-page=16 --with-malloc-conf=percpu_arena:percpu" EXTRA_CFLAGS="-Werror -Wno-array-bounds"
|
2019-09-12 01:31:30 +08:00
|
|
|
- os: linux
|
2020-09-11 16:07:10 +08:00
|
|
|
arch: amd64
|
2021-12-22 08:15:14 +08:00
|
|
|
env: CC=gcc CXX=g++ CONFIGURE_FLAGS="--with-lg-page=16 --with-malloc-conf=background_thread:true" EXTRA_CFLAGS="-Werror -Wno-array-bounds"
|
2017-05-23 08:15:57 +08:00
|
|
|
- os: linux
|
2020-09-11 16:07:10 +08:00
|
|
|
arch: amd64
|
2021-12-22 08:15:14 +08:00
|
|
|
env: CC=gcc CXX=g++ CONFIGURE_FLAGS="--with-malloc-conf=tcache:false,dss:primary" EXTRA_CFLAGS="-Werror -Wno-array-bounds"
|
2017-05-24 01:53:36 +08:00
|
|
|
- os: linux
|
2020-09-11 16:07:10 +08:00
|
|
|
arch: amd64
|
2021-12-22 08:15:14 +08:00
|
|
|
env: CC=gcc CXX=g++ CONFIGURE_FLAGS="--with-malloc-conf=tcache:false,percpu_arena:percpu" EXTRA_CFLAGS="-Werror -Wno-array-bounds"
|
2017-06-01 02:56:31 +08:00
|
|
|
- os: linux
|
2020-09-11 16:07:10 +08:00
|
|
|
arch: amd64
|
2021-12-22 08:15:14 +08:00
|
|
|
env: CC=gcc CXX=g++ CONFIGURE_FLAGS="--with-malloc-conf=tcache:false,background_thread:true" EXTRA_CFLAGS="-Werror -Wno-array-bounds"
|
2017-05-24 01:53:36 +08:00
|
|
|
- os: linux
|
2020-09-11 16:07:10 +08:00
|
|
|
arch: amd64
|
2021-12-22 08:15:14 +08:00
|
|
|
env: CC=gcc CXX=g++ CONFIGURE_FLAGS="--with-malloc-conf=dss:primary,percpu_arena:percpu" EXTRA_CFLAGS="-Werror -Wno-array-bounds"
|
2017-06-01 02:56:31 +08:00
|
|
|
- os: linux
|
2020-09-11 16:07:10 +08:00
|
|
|
arch: amd64
|
2021-12-22 08:15:14 +08:00
|
|
|
env: CC=gcc CXX=g++ CONFIGURE_FLAGS="--with-malloc-conf=dss:primary,background_thread:true" EXTRA_CFLAGS="-Werror -Wno-array-bounds"
|
2017-06-01 02:56:31 +08:00
|
|
|
- os: linux
|
2020-09-11 16:07:10 +08:00
|
|
|
arch: amd64
|
2021-12-22 08:15:14 +08:00
|
|
|
env: CC=gcc CXX=g++ CONFIGURE_FLAGS="--with-malloc-conf=percpu_arena:percpu,background_thread:true" EXTRA_CFLAGS="-Werror -Wno-array-bounds"
|
2021-10-14 03:35:52 +08:00
|
|
|
- os: linux
|
|
|
|
arch: ppc64le
|
2021-12-22 08:15:14 +08:00
|
|
|
env: CC=gcc CXX=g++ EXTRA_CFLAGS="-Werror -Wno-array-bounds"
|
2021-10-14 03:35:52 +08:00
|
|
|
- os: linux
|
|
|
|
arch: ppc64le
|
2021-12-22 08:15:14 +08:00
|
|
|
env: CC=gcc CXX=g++ CONFIGURE_FLAGS="--enable-debug" EXTRA_CFLAGS="-Werror -Wno-array-bounds"
|
2021-10-14 03:35:52 +08:00
|
|
|
- os: linux
|
|
|
|
arch: ppc64le
|
2021-12-22 08:15:14 +08:00
|
|
|
env: CC=gcc CXX=g++ CONFIGURE_FLAGS="--enable-prof" EXTRA_CFLAGS="-Werror -Wno-array-bounds"
|
2021-10-14 03:35:52 +08:00
|
|
|
- os: linux
|
|
|
|
arch: ppc64le
|
2021-12-22 08:15:14 +08:00
|
|
|
env: CC=gcc CXX=g++ CONFIGURE_FLAGS="--disable-stats" EXTRA_CFLAGS="-Werror -Wno-array-bounds"
|
2021-10-14 03:35:52 +08:00
|
|
|
- os: linux
|
|
|
|
arch: ppc64le
|
2021-12-22 08:15:14 +08:00
|
|
|
env: CC=gcc CXX=g++ CONFIGURE_FLAGS="--disable-libdl" EXTRA_CFLAGS="-Werror -Wno-array-bounds"
|
2021-10-14 03:35:52 +08:00
|
|
|
- os: linux
|
|
|
|
arch: ppc64le
|
2021-12-22 08:15:14 +08:00
|
|
|
env: CC=gcc CXX=g++ CONFIGURE_FLAGS="--enable-opt-safety-checks" EXTRA_CFLAGS="-Werror -Wno-array-bounds"
|
2021-10-14 03:35:52 +08:00
|
|
|
- os: linux
|
|
|
|
arch: ppc64le
|
2021-12-22 08:15:14 +08:00
|
|
|
env: CC=gcc CXX=g++ CONFIGURE_FLAGS="--with-lg-page=16" EXTRA_CFLAGS="-Werror -Wno-array-bounds"
|
2021-10-14 03:35:52 +08:00
|
|
|
- os: linux
|
|
|
|
arch: ppc64le
|
2021-12-22 08:15:14 +08:00
|
|
|
env: CC=gcc CXX=g++ CONFIGURE_FLAGS="--with-malloc-conf=tcache:false" EXTRA_CFLAGS="-Werror -Wno-array-bounds"
|
2021-10-14 03:35:52 +08:00
|
|
|
- os: linux
|
|
|
|
arch: ppc64le
|
2021-12-22 08:15:14 +08:00
|
|
|
env: CC=gcc CXX=g++ CONFIGURE_FLAGS="--with-malloc-conf=dss:primary" EXTRA_CFLAGS="-Werror -Wno-array-bounds"
|
2021-10-14 03:35:52 +08:00
|
|
|
- os: linux
|
|
|
|
arch: ppc64le
|
2021-12-22 08:15:14 +08:00
|
|
|
env: CC=gcc CXX=g++ CONFIGURE_FLAGS="--with-malloc-conf=percpu_arena:percpu" EXTRA_CFLAGS="-Werror -Wno-array-bounds"
|
2021-10-14 03:35:52 +08:00
|
|
|
- os: linux
|
|
|
|
arch: ppc64le
|
2021-12-22 08:15:14 +08:00
|
|
|
env: CC=gcc CXX=g++ CONFIGURE_FLAGS="--with-malloc-conf=background_thread:true" EXTRA_CFLAGS="-Werror -Wno-array-bounds"
|
2021-10-14 03:35:52 +08:00
|
|
|
- os: osx
|
|
|
|
arch: amd64
|
2021-12-22 08:15:14 +08:00
|
|
|
env: CC=gcc CXX=g++ EXTRA_CFLAGS="-Werror -Wno-array-bounds -Wno-unknown-warning-option -Wno-ignored-attributes -Wno-deprecated-declarations"
|
2021-10-14 03:35:52 +08:00
|
|
|
- os: osx
|
|
|
|
arch: amd64
|
2021-12-22 08:15:14 +08:00
|
|
|
env: CC=gcc CXX=g++ CROSS_COMPILE_32BIT=yes EXTRA_CFLAGS="-Werror -Wno-array-bounds -Wno-unknown-warning-option -Wno-ignored-attributes -Wno-deprecated-declarations"
|
2021-10-14 03:35:52 +08:00
|
|
|
- os: osx
|
|
|
|
arch: amd64
|
2021-12-22 08:15:14 +08:00
|
|
|
env: CC=gcc CXX=g++ CONFIGURE_FLAGS="--enable-debug" EXTRA_CFLAGS="-Werror -Wno-array-bounds -Wno-unknown-warning-option -Wno-ignored-attributes -Wno-deprecated-declarations"
|
2021-10-14 03:35:52 +08:00
|
|
|
- os: osx
|
|
|
|
arch: amd64
|
2021-12-22 08:15:14 +08:00
|
|
|
env: CC=gcc CXX=g++ CONFIGURE_FLAGS="--disable-stats" EXTRA_CFLAGS="-Werror -Wno-array-bounds -Wno-unknown-warning-option -Wno-ignored-attributes -Wno-deprecated-declarations"
|
2021-10-14 03:35:52 +08:00
|
|
|
- os: osx
|
|
|
|
arch: amd64
|
2021-12-22 08:15:14 +08:00
|
|
|
env: CC=gcc CXX=g++ CONFIGURE_FLAGS="--disable-libdl" EXTRA_CFLAGS="-Werror -Wno-array-bounds -Wno-unknown-warning-option -Wno-ignored-attributes -Wno-deprecated-declarations"
|
2021-10-14 03:35:52 +08:00
|
|
|
- os: osx
|
|
|
|
arch: amd64
|
2021-12-22 08:15:14 +08:00
|
|
|
env: CC=gcc CXX=g++ CONFIGURE_FLAGS="--enable-opt-safety-checks" EXTRA_CFLAGS="-Werror -Wno-array-bounds -Wno-unknown-warning-option -Wno-ignored-attributes -Wno-deprecated-declarations"
|
2021-10-14 03:35:52 +08:00
|
|
|
- os: osx
|
|
|
|
arch: amd64
|
2021-12-22 08:15:14 +08:00
|
|
|
env: CC=gcc CXX=g++ CONFIGURE_FLAGS="--with-lg-page=16" EXTRA_CFLAGS="-Werror -Wno-array-bounds -Wno-unknown-warning-option -Wno-ignored-attributes -Wno-deprecated-declarations"
|
2021-10-14 03:35:52 +08:00
|
|
|
- os: osx
|
|
|
|
arch: amd64
|
2021-12-22 08:15:14 +08:00
|
|
|
env: CC=gcc CXX=g++ CONFIGURE_FLAGS="--with-malloc-conf=tcache:false" EXTRA_CFLAGS="-Werror -Wno-array-bounds -Wno-unknown-warning-option -Wno-ignored-attributes -Wno-deprecated-declarations"
|
2022-06-11 14:57:22 +08:00
|
|
|
- os: osx
|
|
|
|
arch: amd64
|
|
|
|
env: CC=gcc CXX=g++ CONFIGURE_FLAGS="--with-malloc-conf=percpu_arena:percpu" EXTRA_CFLAGS="-Werror -Wno-array-bounds -Wno-unknown-warning-option -Wno-ignored-attributes -Wno-deprecated-declarations"
|
2018-07-10 19:58:37 +08:00
|
|
|
# Development build
|
2018-05-03 17:40:53 +08:00
|
|
|
- os: linux
|
2021-10-14 03:35:52 +08:00
|
|
|
env: CC=gcc CXX=g++ CONFIGURE_FLAGS="--enable-debug --disable-cache-oblivious --enable-stats --enable-log --enable-prof" EXTRA_CFLAGS="-Werror -Wno-array-bounds"
|
2018-07-11 21:11:53 +08:00
|
|
|
# --enable-expermental-smallocx:
|
|
|
|
- os: linux
|
2021-10-14 03:35:52 +08:00
|
|
|
env: CC=gcc CXX=g++ CONFIGURE_FLAGS="--enable-debug --enable-experimental-smallocx --enable-stats --enable-prof" EXTRA_CFLAGS="-Werror -Wno-array-bounds"
|
2016-06-09 23:17:19 +08:00
|
|
|
|
2018-07-10 20:41:20 +08:00
|
|
|
|
2021-12-22 08:15:14 +08:00
|
|
|
before_install:
|
|
|
|
- |-
|
|
|
|
if test -f "./scripts/$TRAVIS_OS_NAME/before_install.sh"; then
|
|
|
|
source ./scripts/$TRAVIS_OS_NAME/before_install.sh
|
|
|
|
fi
|
|
|
|
|
2016-06-09 23:17:19 +08:00
|
|
|
before_script:
|
2021-12-22 08:15:14 +08:00
|
|
|
- |-
|
|
|
|
if test -f "./scripts/$TRAVIS_OS_NAME/before_script.sh"; then
|
|
|
|
source ./scripts/$TRAVIS_OS_NAME/before_script.sh
|
|
|
|
else
|
|
|
|
scripts/gen_travis.py > travis_script && diff .travis.yml travis_script
|
|
|
|
autoconf
|
|
|
|
# If COMPILER_FLAGS are not empty, add them to CC and CXX
|
|
|
|
./configure ${COMPILER_FLAGS:+ CC="$CC $COMPILER_FLAGS" CXX="$CXX $COMPILER_FLAGS"} $CONFIGURE_FLAGS
|
|
|
|
make -j3
|
|
|
|
make -j3 tests
|
|
|
|
fi
|
2016-06-09 23:17:19 +08:00
|
|
|
|
|
|
|
script:
|
2021-12-22 08:15:14 +08:00
|
|
|
- |-
|
|
|
|
if test -f "./scripts/$TRAVIS_OS_NAME/script.sh"; then
|
|
|
|
source ./scripts/$TRAVIS_OS_NAME/script.sh
|
|
|
|
else
|
|
|
|
make check
|
|
|
|
fi
|
2017-01-26 04:58:50 +08:00
|
|
|
|