This commit is contained in:
parent
606542f88a
commit
45a611daef
@ -2,11 +2,12 @@
|
|||||||
|
|
||||||
cd $(cat ~/.flutter_path)/engine/src/out/
|
cd $(cat ~/.flutter_path)/engine/src/out/
|
||||||
|
|
||||||
et build -c host_release -j $(nproc)
|
et build -c host_release -j $(nproc) &
|
||||||
|
et build -c ci/android_release -j $(nproc) &
|
||||||
|
et build -c ci/android_release_arm64 -j $(nproc) &
|
||||||
|
et build -c ci/android_release_x64 -j $(nproc) &
|
||||||
|
|
||||||
et build -c ci/android_release -j $(nproc)
|
wait
|
||||||
et build -c ci/android_release_arm64 -j $(nproc)
|
|
||||||
et build -c ci/android_release_x64 -j $(nproc)
|
|
||||||
|
|
||||||
rm android_release >/dev/null || true
|
rm android_release >/dev/null || true
|
||||||
rm android_release_arm64 >/dev/null || true
|
rm android_release_arm64 >/dev/null || true
|
||||||
|
Loading…
x
Reference in New Issue
Block a user