-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
a1ac34a
commit 2c3e802
Showing
1 changed file
with
2 additions
and
3 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -8,10 +8,9 @@ before_script: | |
zip curl zlib1g-dev gcc-multilib g++-multilib libc6-dev-i386 | ||
lib32ncurses5-dev x11proto-core-dev libx11-dev lib32z-dev ccache | ||
libgl1-mesa-dev libxml2-utils xsltproc unzip maven schedtool &> /dev/null | ||
- git clone https://[email protected]/sumitrajdev/twrp-5.1.1.git $HOME/tmp | ||
- mv $HOME/tmp/twrp-5.1.1.tar.xz $HOME/twrp.tar.xz | ||
- rm -rf tmp | ||
- wget https://github.com/TwrpBuilder/twrp-5.1.1-source/releases/download/6.0/twrp-6.0-20170203-no-repo.tar.xz -O $HOME/twrp.tar.xz | ||
- tar -xvf twrp.tar.xz &> log | ||
- mv $HOME/twrp-6.0 $HOME/twrp | ||
|
||
script: | ||
- cd $HOME/twrp | ||
|