Skip to content

Commit c7f81a3

Browse files
author
MD Raza
authored
Add CI Script
1 parent b412762 commit c7f81a3

File tree

1 file changed

+31
-0
lines changed

1 file changed

+31
-0
lines changed

.circleci/config.yml

Lines changed: 31 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -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

Comments
 (0)