We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b412762 commit c7f81a3Copy full SHA for c7f81a3
.circleci/config.yml
@@ -0,0 +1,31 @@
1
+version: 2.1
2
+jobs:
3
+ build:
4
+ docker:
5
+ - image: fr3akyphantom/droid-builder:latest
6
+ environment:
7
+ MANIFEST_BRANCH: 'android-9.0'
8
+ VERSION: '3.0.0'
9
+ MAINTAINER: '@AP_XD'
10
+ VENDOR: 'ASUS'
11
+ CODENAME: 'X01AD'
12
+ FLAVOR: 'eng'
13
+ TEST_BUILD: 'true'
14
+ CHANGELOG: |
15
+ - Initial Official Test Build
16
+ working_directory: /home/builder/pitchblack
17
+ steps:
18
+ - run:
19
+ name: AIO Build
20
+ command: |
21
+ wget -q https://raw.githubusercontent.com/PitchBlackRecoveryProject/vendor_utils/pb/build.sh
22
+ source build.sh
23
+workflows:
24
+ version: 2.1
25
+ build_and_test:
26
+ jobs:
27
+ - build:
28
+ filters:
29
+ branches:
30
+ only: 'android-9.0'
31
+ context: org-global
0 commit comments