config.yml 1.0 KB

1234567891011121314151617181920212223242526272829303132333435
  1. version: 2.1
  2. jobs:
  3. build:
  4. docker:
  5. - image: fr3akyphantom/droid-builder:edge
  6. environment:
  7. MANIFEST_BRANCH: "android-9.0"
  8. # PBRP_BRANCH: '' # OPTIONAL:: If not default 'android-9.0', define other bootable_recovery branch
  9. VERSION: '2.9.1'
  10. MAINTAINER: "Lopestorm @lopestom and PBRP Team"
  11. VENDOR: "BLU"
  12. CODENAME: "G0130WW"
  13. FLAVOR: "userdebug"
  14. TEST_BUILD: "true"
  15. # PB_OFFICIAL: "true"
  16. # EXTRA_CMD: "" # OPTIONAL:: MUST USE DOUBLE-QUOTE
  17. # PB_ENGLISH: "true" # OPTIONAL:: If you want only English Language
  18. CHANGELOG: |
  19. - Initial Build
  20. working_directory: /home/builder/pitchblack
  21. steps:
  22. - run:
  23. name: AIO Build
  24. command: |
  25. wget -q https://raw.githubusercontent.com/PitchBlackRecoveryProject/vendor_pb/pb/build.sh
  26. source build.sh
  27. workflows:
  28. version: 2
  29. build_and_test:
  30. jobs:
  31. - build:
  32. filters:
  33. branches:
  34. only: "pbrp-9.0"
  35. context: personal-envs