-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy path.travis.yml
26 lines (25 loc) · 886 Bytes
/
.travis.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
sudo: required
before_install:
- sudo apt-get install zip
- sudo apt install ccache
- git clone --recursive https://github.com/TheRagingBeast/A6000_TheRagingBeast -b lineage-15.1 ~/trb
- git clone --recursive https://github.com/varunhardgamer/SaberMod_GCC_4.8.2_arm-eabi ~/trb/tc
script:
- cd ~/trb
- chmod a+x ~/trb/tc
- chmod a+x ~/trb/tc/bin
- sudo chmod -R 755 ~/trb
- export ARCH=arm
- export CROSS_COMPILE=~/trb/tc/bin/arm-eabi-
- export KBUILD_BUILD_USER="VarunVaishnav"
- export KBUILD_BUILD_HOST="TheScorpion"
- make lineageos_a6000_defconfig
- make -j128
- cp ~/trb/arch/arm/boot/zImage ~/trb/lf
- cd ~/trb/lf
- zip -r TheRagingBeast_a6000-CIBuild.zip *
- curl --upload-file ./TheRagingBeast_a6000-CIBuild.zip https://transfer.sh/TheRagingBeast_a6000-CIBuild.zip
- cd ~/trb/arch/arm/boot
- curl --upload-file ./zImage https://transfer.sh/zImage
- cd ~/trb/lf
- echo All Done