fix: show build error
This commit is contained in:
parent
04ab205c03
commit
1e69ae3a1f
2 changed files with 4 additions and 4 deletions
|
@ -20,7 +20,7 @@ pipeline:
|
||||||
commands:
|
commands:
|
||||||
- cd /build
|
- cd /build
|
||||||
- find /build/out/target/product/$device -type f -name '*.prop' -exec rm -vf {} +
|
- find /build/out/target/product/$device -type f -name '*.prop' -exec rm -vf {} +
|
||||||
- bash -c ". build/envsetup.sh && lunch lineage_$device-userdebug && mka bacon -j6"
|
- bash -c ". build/envsetup.sh && lunch lineage_$device-userdebug && mka bacon -j6 || cat out/build_error && exit 1"
|
||||||
volumes:
|
volumes:
|
||||||
- *build_vol
|
- *build_vol
|
||||||
- *tools_vol
|
- *tools_vol
|
||||||
|
|
|
@ -20,7 +20,7 @@ pipeline:
|
||||||
commands:
|
commands:
|
||||||
- cd /build
|
- cd /build
|
||||||
- find /build/out/target/product/$device -type f -name '*.prop' -exec rm -vf {} +
|
- find /build/out/target/product/$device -type f -name '*.prop' -exec rm -vf {} +
|
||||||
- bash -c ". build/envsetup.sh && lunch lineage_$device-userdebug && mka bacon -j6"
|
- bash -c ". build/envsetup.sh && lunch lineage_$device-userdebug && mka bacon -j6 || cat out/build_error && exit 1"
|
||||||
volumes:
|
volumes:
|
||||||
- *build_vol
|
- *build_vol
|
||||||
- *tools_vol
|
- *tools_vol
|
||||||
|
|
Loading…
Add table
Reference in a new issue