1
0
mirror of https://github.com/rancher/os-kernel.git synced 2025-04-29 02:53:19 +00:00
os-kernel/scripts/ci

20 lines
271 B
Plaintext
Raw Permalink Normal View History

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