expire_in: 1 week
when: on_failure
paths:
+ - build/guile/tests/*.log
- build/tests/*.log
- build/tests/*/*.log
Build with ABI-check (x86-64):
expire_in: 1 week
when: on_failure
paths:
+ - guile/tests/*.log
- tests/*.log
- tests/*/*.log
Build and Check in FIPS140-2 mode:
artifacts:
when: on_failure
paths:
+ - guile/tests/*.log
- build/tests/*.log
- build/tests/*/*.log
Release build for windows DLLs:
expire_in: 1 week
when: on_failure
paths:
+ - guile/tests/*.log
- build/tests/*.log
- build/tests/*/*.log
Build and Check with valgrind:
Build and Check on FreeBSD:
script:
- gmake autoreconf && rm -f tests/suite/mini-eagain2.c && LIBS="-L/usr/local/lib" ./configure
- --disable-doc --disable-valgrind-tests && gmake -j4 && gmake check -j4
+ --disable-guile --disable-doc --disable-valgrind-tests && gmake -j4 && gmake check -j4
tags:
- freebsd
except: