rsyslog/tests/travis/run-alpine.sh
Rainer Gerhards 4f7c3438a7 testbench: do not override default Alpine CFLAGS
... as this brought us away from the abuild environment. Most importantly,
-Os was overriden by -O2, which did make a lot of warning go away.
2018-01-25 17:10:59 +01:00

5 lines
106 B
Bash
Executable File

set -e
autoreconf -fvi
./configure --prefix=/usr/local $RSYSLOG_CONFIGURE_OPTIONS
make -j2 check TESTS=""