change to $PWD
This commit is contained in:
parent
a8c97ab63d
commit
bb6e87c32a
@ -13,7 +13,7 @@ PATH=$PWD/chromium/src/third_party/llvm-build/Release+Asserts/bin:$PWD/depot_too
|
|||||||
cd chromium/src
|
cd chromium/src
|
||||||
|
|
||||||
echo -e ${RED} -------- gn gen ${NC}
|
echo -e ${RED} -------- gn gen ${NC}
|
||||||
gn gen --args="$(cat ~/bromite/build/GN_ARGS) target_cpu=\"x86\" use_goma=true goma_dir=\"$PWD/goma\" " out/x86
|
gn gen --args="$(cat $PWD/bromite/build/GN_ARGS) target_cpu=\"x86\" use_goma=true goma_dir=\"$PWD/goma\" " out/x86
|
||||||
|
|
||||||
echo -e ${RED} -------- checking prebuild ${NC}
|
echo -e ${RED} -------- checking prebuild ${NC}
|
||||||
rm out.$GITHUB_SHA.tar.gz
|
rm out.$GITHUB_SHA.tar.gz
|
||||||
|
Loading…
Reference in New Issue
Block a user