Skip to content

Commit

Permalink
travis-deploy: Finally make it work
Browse files Browse the repository at this point in the history
Signed-off-by: Caio Oliveira <caiooliveirafarias0@gmail.com>
  • Loading branch information
Caio99BR committed Dec 9, 2016
1 parent 208cfd2 commit 3efb19f
Show file tree
Hide file tree
Showing 6 changed files with 351 additions and 323 deletions.
8 changes: 6 additions & 2 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,9 @@ script:
- source build.sh <<< "23${ndevicechoice}4167q"

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

# Overclocked
- patch -p1 < ../patchs/0001-LProj-CAFKernel-With-Over-Clock.patch
- patch -p1 < ../patchs/0000-build.sh-Change-to-MM-WithOverClock.patch
- patch -p1 < ../patchs/0001-acpuclock-7627-Update-7x25-7x27-clock.patch
- patch -p1 < ../patchs/0002-configs-Update-MAX-MIN-of-7x25-7x27-processors.patch
- export ndevicechoice="1"
- source build.sh <<< "23${ndevicechoice}4167q"
- export ndevicechoice="2"
Expand Down
26 changes: 26 additions & 0 deletions patchs/0000-build.sh-Change-to-KK-WithOverClock.patch
Original file line number Diff line number Diff line change
@@ -0,0 +1,26 @@
From a293b94d494691bdba3b07e588b19d51ddfd5e9b Mon Sep 17 00:00:00 2001
From: Caio Oliveira <caiooliveirafarias0@gmail.com>
Date: Tue, 6 Dec 2016 12:48:48 -0200
Subject: build.sh: Change to KK WithOverClock

Signed-off-by: Caio Oliveira <caiooliveirafarias0@gmail.com>
---
build.sh | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/build.sh b/build.sh
index a8611e4..8e78f3b 100755
--- a/build.sh
+++ b/build.sh
@@ -265,7 +265,7 @@ then
# Main Variables
custom_kernel=LProj-CAFKernel
builder=TeamHackLG
- custom_kernel_branch=KK
+ custom_kernel_branch=KK-WOC
ARCH=arm

while true
--
2.10.1

26 changes: 26 additions & 0 deletions patchs/0000-build.sh-Change-to-MM-WithOverClock.patch
Original file line number Diff line number Diff line change
@@ -0,0 +1,26 @@
From a293b94d494691bdba3b07e588b19d51ddfd5e9b Mon Sep 17 00:00:00 2001
From: Caio Oliveira <caiooliveirafarias0@gmail.com>
Date: Tue, 6 Dec 2016 12:48:48 -0200
Subject: build.sh: Change to MM WithOverClock

Signed-off-by: Caio Oliveira <caiooliveirafarias0@gmail.com>
---
build.sh | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/build.sh b/build.sh
index a8611e4..8e78f3b 100755
--- a/build.sh
+++ b/build.sh
@@ -265,7 +265,7 @@ then
# Main Variables
custom_kernel=LProj-CAFKernel
builder=TeamHackLG
- custom_kernel_branch=MM
+ custom_kernel_branch=MM-WOC
ARCH=arm

while true
--
2.10.1

321 changes: 0 additions & 321 deletions patchs/0001-LProj-CAFKernel-With-Over-Clock.patch

This file was deleted.

0 comments on commit 3efb19f

Please sign in to comment.