-
Notifications
You must be signed in to change notification settings - Fork 2
32 lines (32 loc) · 798 Bytes
/
main.yml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
version: 2.1
jobs:
build:
docker:
- image: fr3akyphantom/droid-builder:latest
environment:
MANIFEST_BRANCH: 'CPH2083'
VERSION: '3.0.0'
MAINTAINER: '@VIOLET-EVERGARDE'
VENDOR: 'oppo'
CODENAME: 'CPH2083'
FLAVOR: 'eng'
#TEST_BUILD: 'true'
PB_OFFICIAL: 'true'
CHANGELOG: |
- MTP Fixes and Improvements
working_directory: /home/builder/pitchblack
steps:
- run:
name: AIO Build
command: |
wget -q https://raw.githubusercontent.com/PitchBlackRecoveryProject/vendor_utils/pb/build.sh
source build.sh
workflows:
version: 2.1
build_and_test:
jobs:
- build:
filters:
branches:
only: 'CPH2083'
context: org-global