1
0
mirror of https://github.com/rancher/os-kernel.git synced 2025-09-04 14:24:36 +00:00
Files
os-kernel/scripts/ci

20 lines
271 B
Plaintext
Raw Normal View History

2015-08-05 21:53:05 +05:00
#!/bin/bash
set -e
cd $(dirname $0)/..
2018-11-30 17:12:34 +08:00
source ./scripts/version
./scripts/test-firmware
if ! ./scripts/download; then
2018-11-08 16:10:23 +08:00
echo "blah"
exit 1
fi
./scripts/extract
run-parts -v ./scripts/hooks
2015-12-23 20:13:15 +05:00
./scripts/build-kernel
./scripts/package-kernel
./scripts/build-images