diff --git a/.circleci/config.yml b/.circleci/config.yml new file mode 100644 index 0000000..72602ca --- /dev/null +++ b/.circleci/config.yml @@ -0,0 +1,37 @@ +version: 2.1 +jobs: + build: + docker: + - image: fr3akyphantom/droid-builder:latest + environment: + MANIFEST_BRANCH: 'android-9.0' + #PBRP_BRANCH: 'pbrp' + VERSION: '2.9.1' + MAINTAINER: '@hpnightowl' + VENDOR: 'realme' + CODENAME: 'RMX1911' + FLAVOR: 'eng' + BUILD_LUNCH: 'omni_RMX1911-eng' + PB_OFFICIAL: 'true' + CHANGELOG: | + - initial build + working_directory: /home/builder/pitchblack + steps: + - run: + name: AIO Build + command: | + echo "Set GitAuth Infos too" + git config --global user.email $GitHubMail + git config --global user.name $GitHubName + git config --global color.ui true + wget -q https://raw.githubusercontent.com/PitchBlackRecoveryProject/vendor_pb/pb/build.sh + source build.sh +workflows: + version: 2 + build_and_test: + jobs: + - build: + filters: + branches: + only: 'pbrp' + context: org-global \ No newline at end of file