Skip to content

Commit

Permalink
Create config.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
manjotsidhu authored Jan 18, 2020
1 parent 2a1fcba commit c496c7b
Showing 1 changed file with 30 additions and 0 deletions.
30 changes: 30 additions & 0 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,30 @@
version: 2
jobs:
build:
docker:
- image: fr3akyphantom/droid-builder:latest
environment:
MANIFEST_BRANCH: 'android-9.0'
VERSION: '2.9.0'
VENDOR: 'xiaomi'
CODENAME: 'ginkgo'
BUILD_LUNCH: 'omni_ginkgo-userdebug'
TEST_BUILD: 'true'
working_directory: /home/builder/pitchblack
steps:
- checkout
- run:
name: AIO Build
command: |
echo "Set GitAuth Infos"
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:
context: org-global

0 comments on commit c496c7b

Please sign in to comment.