mirror of
https://github.com/flatcar/scripts.git
synced 2026-02-27 02:21:37 +01:00
Changes the build_all script so that it can be run from outside of the scripts directory
Review URL: http://chromereview.prom.corp.google.com/1186036 git-svn-id: svn://chrome-svn/chromeos/trunk@218 06c00378-0e64-4dae-be16-12b19f9950a1
This commit is contained in:
parent
5c1c3b836d
commit
b085577b4b
12
build_all.sh
12
build_all.sh
@ -9,8 +9,10 @@
|
||||
# Die on error; print commands
|
||||
set -e
|
||||
|
||||
./build_platform_packages.sh
|
||||
./build_tests.sh
|
||||
./build_kernel.sh
|
||||
./run_tests.sh
|
||||
./build_image.sh --replace
|
||||
SCRIPTS_DIR=$(dirname $0)
|
||||
|
||||
$SCRIPTS_DIR/build_platform_packages.sh
|
||||
$SCRIPTS_DIR/build_tests.sh
|
||||
$SCRIPTS_DIR/build_kernel.sh
|
||||
$SCRIPTS_DIR/run_tests.sh
|
||||
$SCRIPTS_DIR/build_image.sh
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user