This repository has been archived by the owner on Mar 13, 2023. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 5
/
Copy path.ci.yml
65 lines (63 loc) · 1.81 KB
/
.ci.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
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
---
clone:
depth: 1
kind: pipeline
name : OldCam
version: XTREME-OLD
steps:
- name: Xtreme
image: ubuntu:jammy-20211029
environment:
token:
from_secret: token
chat_id:
from_secret: chat_id
commands:
- cp -af sources.list /etc/apt/
- cp -af 99own /etc/apt/apt.conf.d/
- apt update && apt upgrade -y
- ln -fs /usr/share/zoneinfo/Asia/Kolkata /etc/localtime && date
- apt install -f -y git bison flex libxml2 libssl-dev bc zip ccache p7zip default-jre python3 python3-pip wget curl
- bash build --old
---
clone:
depth: 1
kind: pipeline
name : NewCam
version: XTREME-NEW
steps:
- name: Xtreme
image: ubuntu:jammy-20211029
environment:
token:
from_secret: token
chat_id:
from_secret: chat_id
commands:
- cp -af sources.list /etc/apt/
- cp -af 99own /etc/apt/apt.conf.d/
- apt update && apt upgrade -y
- ln -fs /usr/share/zoneinfo/Asia/Kolkata /etc/localtime && date
- apt install -f -y git bison flex libxml2 libssl-dev bc zip ccache p7zip default-jre python3 python3-pip wget curl
- bash build --new
---
kind: pipeline
name : Qti-Old
version: XTREME-QTI-OLD
steps:
- name: Xtreme
image: ubuntu:jammy-20211029
environment:
token:
from_secret: token
chat_id:
from_secret: chat_id
commands:
- cp -af sources.list /etc/apt/
- cp -af 99own /etc/apt/apt.conf.d/
- apt update && apt upgrade -y
- ln -fs /usr/share/zoneinfo/Asia/Kolkata /etc/localtime && date
- apt install -f -y git bison flex libxml2 libssl-dev bc zip ccache p7zip default-jre python3 python3-pip wget curl
- git fetch https://github.com/ImSpiDy/Nexus-Xtreme-Kernel Qti
- git cherry-pick f6bcac58941a4ecb1646819464298f8aa4d91571^..4c27e5c6303ebc2bda849dd97223f734762c20f6
- bash build --qti