1
0
mirror of https://github.com/rancher/os-kernel.git synced 2025-06-23 04:07:04 +00:00
os-kernel/scripts/ci
2015-08-07 17:53:33 +05:00

17 lines
283 B
Bash
Executable File

#!/bin/bash
set -e
cd $(dirname $0)/..
DOCKER_IMAGE=${DOCKER_IMAGE:=rancher-os-kernel-build}
source scripts/build-common
run --assets ./scripts/build-common \
./scripts/bootstrap
run ./scripts/download
run --assets ./config/kernel-config \
./scripts/build-kernel
finish