Skip to content

Commit 3efb19f

Browse files
committed
travis-deploy: Finally make it work
Signed-off-by: Caio Oliveira <caiooliveirafarias0@gmail.com>
1 parent 208cfd2 commit 3efb19f

6 files changed

+351
-323
lines changed

.travis.yml

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,9 @@ script:
3434
- source build.sh <<< "23${ndevicechoice}4167q"
3535

3636
# Overclocked
37-
- patch -p1 < ../patchs/0001-LProj-CAFKernel-With-Over-Clock.patch
37+
- patch -p1 < ../patchs/0000-build.sh-Change-to-KK-WithOverClock.patch
38+
- patch -p1 < ../patchs/0001-acpuclock-7627-Update-7x25-7x27-clock.patch
39+
- patch -p1 < ../patchs/0002-configs-Update-MAX-MIN-of-7x25-7x27-processors.patch
3840
- export ndevicechoice="1"
3941
- source build.sh <<< "23${ndevicechoice}4167q"
4042
- export ndevicechoice="2"
@@ -75,7 +77,9 @@ script:
7577
- source build.sh <<< "23${ndevicechoice}4167q"
7678

7779
# Overclocked
78-
- patch -p1 < ../patchs/0001-LProj-CAFKernel-With-Over-Clock.patch
80+
- patch -p1 < ../patchs/0000-build.sh-Change-to-MM-WithOverClock.patch
81+
- patch -p1 < ../patchs/0001-acpuclock-7627-Update-7x25-7x27-clock.patch
82+
- patch -p1 < ../patchs/0002-configs-Update-MAX-MIN-of-7x25-7x27-processors.patch
7983
- export ndevicechoice="1"
8084
- source build.sh <<< "23${ndevicechoice}4167q"
8185
- export ndevicechoice="2"
Lines changed: 26 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,26 @@
1+
From a293b94d494691bdba3b07e588b19d51ddfd5e9b Mon Sep 17 00:00:00 2001
2+
From: Caio Oliveira <caiooliveirafarias0@gmail.com>
3+
Date: Tue, 6 Dec 2016 12:48:48 -0200
4+
Subject: build.sh: Change to KK WithOverClock
5+
6+
Signed-off-by: Caio Oliveira <caiooliveirafarias0@gmail.com>
7+
---
8+
build.sh | 2 +-
9+
1 file changed, 1 insertion(+), 1 deletion(-)
10+
11+
diff --git a/build.sh b/build.sh
12+
index a8611e4..8e78f3b 100755
13+
--- a/build.sh
14+
+++ b/build.sh
15+
@@ -265,7 +265,7 @@ then
16+
# Main Variables
17+
custom_kernel=LProj-CAFKernel
18+
builder=TeamHackLG
19+
- custom_kernel_branch=KK
20+
+ custom_kernel_branch=KK-WOC
21+
ARCH=arm
22+
23+
while true
24+
--
25+
2.10.1
26+
Lines changed: 26 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,26 @@
1+
From a293b94d494691bdba3b07e588b19d51ddfd5e9b Mon Sep 17 00:00:00 2001
2+
From: Caio Oliveira <caiooliveirafarias0@gmail.com>
3+
Date: Tue, 6 Dec 2016 12:48:48 -0200
4+
Subject: build.sh: Change to MM WithOverClock
5+
6+
Signed-off-by: Caio Oliveira <caiooliveirafarias0@gmail.com>
7+
---
8+
build.sh | 2 +-
9+
1 file changed, 1 insertion(+), 1 deletion(-)
10+
11+
diff --git a/build.sh b/build.sh
12+
index a8611e4..8e78f3b 100755
13+
--- a/build.sh
14+
+++ b/build.sh
15+
@@ -265,7 +265,7 @@ then
16+
# Main Variables
17+
custom_kernel=LProj-CAFKernel
18+
builder=TeamHackLG
19+
- custom_kernel_branch=MM
20+
+ custom_kernel_branch=MM-WOC
21+
ARCH=arm
22+
23+
while true
24+
--
25+
2.10.1
26+

patchs/0001-LProj-CAFKernel-With-Over-Clock.patch

Lines changed: 0 additions & 321 deletions
This file was deleted.

0 commit comments

Comments
 (0)