1
0
mirror of https://github.com/rancher/os-kernel.git synced 2025-08-31 20:36:46 +00:00
Files
os-kernel/scripts/ci
2017-05-15 02:51:52 +00:00

18 lines
239 B
Bash
Executable File

#!/bin/bash
set -e
cd $(dirname $0)/..
./scripts/test-firmware
if ! ./scripts/download; then
echo "blah"
exit 1
fi
./scripts/extract
run-parts -v ./scripts/hooks
./scripts/build-kernel
./scripts/package-kernel
./scripts/build-images