variables: - &build_vol '/media/fast/lineage/lineage-20.0:/build' - &tools_vol '/media/fast/lineage/tools:/tools' matrix: include: - device: mondrianwifi version: 20.0 skip_clone: true pipeline: build: pull: true image: docker.nyyu.dev/lineage/android environment: - BUILD_HOSTNAME=docker commands: - export HOME=/build - cd /build - find /build/out/target/product/$device -type f -name '*.prop' -exec rm -vf {} + || true - bash -c ". build/envsetup.sh && lunch lineage_$device-userdebug && (mka bacon -j6 || (cat out/build_error && exit 1))" volumes: - *build_vol - *tools_vol when: event: - manual - cron depends_on: - sync