summaryrefslogtreecommitdiffstats
path: root/.travis/containerized_build.sh
blob: 8beb36d6c602164259c212973ae9743fdee1b498 (plain)
1
2
3
4
5
6
7
#!/bin/bash

set -e

docker build -t dev-image -f .travis/images/Dockerfile.$1 .

docker run -it -w /code dev-image ./netdata-installer.sh --dont-wait --dont-start-it --install /tmp