- ./configure $DEFAULT_CONFIG_OPTS
checks_script:
- make -j$(nproc) -s distcheck DISTCHECK_CONFIGURE_FLAGS="${DEFAULT_CONFIG_OPTS}"
+ always:
+ make_check_artifacts:
+ path: "**/*.log"
###
# Default toolchain and build flags used in deb packages, on a range of Debian
else
/checks/check-built-plugins.sh
fi
+ always:
+ make_check_artifacts:
+ path: "**/*.log"
###
# Default toolchain and build flags used in RPM packages, on a range of RedHat
else
/checks/check-built-plugins.sh
fi
+ always:
+ make_check_artifacts:
+ path: "**/*.log"
###
- make -j$(nproc) -sk
tests_script:
- VALGRIND_OPTS="--errors-for-leak-kinds=definite" make -j$(nproc) -sk check || (cat ./test-suite.log && false)
+ always:
+ make_check_artifacts:
+ path: "**/*.log"
# build against libstatgrab, should always pass
- env:
- make -j$(nproc) -sk
tests_script:
- VALGRIND_OPTS="--errors-for-leak-kinds=definite" make -j$(nproc) -sk check || (cat ./test-suite.log && false)
+ always:
+ make_check_artifacts:
+ path: "**/*.log"
###
# Build using a range of compilers, available in debian/unstable. NB: might
- make -j$(nproc) -sk
tests_script:
- VALGRIND_OPTS="--errors-for-leak-kinds=definite" make -j$(nproc) -sk check || (cat ./test-suite.log && false)
+ always:
+ make_check_artifacts:
+ path: "**/*.log"
freebsd_task:
freebsd_instance:
- make -j$(nproc) -sk
tests_script:
- VALGRIND_OPTS="--errors-for-leak-kinds=definite" make -j$(nproc) -sk check || (cat ./test-suite.log && false)
+ always:
+ make_check_artifacts:
+ path: "**/*.log"