1
0
mirror of https://github.com/rancher/os.git synced 2025-08-31 06:11:12 +00:00
Files
os/scripts/ci

13 lines
314 B
Plaintext
Raw Normal View History

2015-02-08 21:38:37 -07:00
#!/bin/bash
set -ex
2015-02-08 21:38:37 -07:00
cd $(dirname $0)/..
2015-03-14 16:07:39 -07:00
if [ -x "$(which wrapdocker)" ] && ! docker info >/dev/null 2>&1; then
2015-03-06 21:56:47 -07:00
wrapdocker
fi
docker build -t ros-build-base -f Dockerfile.build-base .
docker build -t ros-build -f Dockerfile.build .
./scripts/docker-run.sh make -f Makefile.docker build-all integration-tests