rsyslog/tests/travis/docker-alpine.sh
Rainer Gerhards 89318b2dea travis: combine some build checks
... and do them via containers. This also reduces resource usage and
runtime on Travis a bit.
2018-01-15 18:07:06 +01:00

3 lines
145 B
Bash
Executable File

set -e
docker run -v "$RSYSLOG_HOME":/home/travis rsyslog/rsyslog_dev_full:alpine_latest bash -c "cd /home/travis; ./tests/travis/run-alpine.sh"