@@ -11,12 +11,11 @@ steps:
1111 TG_BOT_API :
1212 from_secret : TG_BOT_API
1313 commands :
14- - " export TG_BOT_API"
1514 - curl https://raw.githubusercontent.com/theradcolor/lazyscripts/master/etc/workaround > workaround && bash workaround
16- - pacman -Sy base-devel bc curl zip wget git --noconfirm
15+ - pacman -Sy base-devel bc curl git jre-openjdk zip --noconfirm
1716 - git clone --depth=1 --quiet https://github.com/theradcolor/android_kernel_xiaomi_whyred.git -b ${DRONE_COMMIT_BRANCH} source && cd source
1817 - git clone --depth=1 --quiet https://github.com/theradcolor/lazyscripts.git -b master
19- - script -c "bash -x lazyscripts/ci-scripts/ci-rad --oldcam --gcc --gcc-master" build-logs-rad-gcc-oldcam.log && bash /drone/src/source/lazyscripts/ci-scripts/logger
18+ - script -c "bash -x lazyscripts/ci-scripts/ci-rad --oldcam --gcc --gcc-master" build-logs-rad-gcc-oldcam.log && bash /drone/src/source/lazyscripts/ci-scripts/logger --rk-logs
2019
2120
2221---
@@ -33,12 +32,11 @@ steps:
3332 TG_BOT_API :
3433 from_secret : TG_BOT_API
3534 commands :
36- - " export TG_BOT_API"
3735 - curl https://raw.githubusercontent.com/theradcolor/lazyscripts/master/etc/workaround > workaround && bash workaround
38- - pacman -Sy base-devel bc curl zip wget git --noconfirm
36+ - pacman -Sy base-devel bc curl git jre-openjdk zip --noconfirm
3937 - git clone --depth=1 --quiet https://github.com/theradcolor/android_kernel_xiaomi_whyred.git -b ${DRONE_COMMIT_BRANCH} source && cd source
4038 - git clone --depth=1 --quiet https://github.com/theradcolor/lazyscripts.git -b master
41- - script -c "bash -x lazyscripts/ci-scripts/ci-rad --oldcam --proton-clang" build-logs-rad-proton-clang-oldcam.log && bash /drone/src/source/lazyscripts/ci-scripts/logger
39+ - script -c "bash -x lazyscripts/ci-scripts/ci-rad --oldcam --proton-clang" build-logs-rad-proton-clang-oldcam.log && bash /drone/src/source/lazyscripts/ci-scripts/logger --rk-logs
4240
4341---
4442kind : pipeline
@@ -54,9 +52,32 @@ steps:
5452 TG_BOT_API :
5553 from_secret : TG_BOT_API
5654 commands :
57- - " export TG_BOT_API"
5855 - curl https://raw.githubusercontent.com/theradcolor/lazyscripts/master/etc/workaround > workaround && bash workaround
59- - pacman -Sy base-devel bc curl zip wget git --noconfirm
56+ - pacman -Sy base-devel bc curl git jre-openjdk wget zip --noconfirm
6057 - git clone --depth=1 --quiet https://github.com/theradcolor/android_kernel_xiaomi_whyred.git -b ${DRONE_COMMIT_BRANCH} source && cd source
6158 - git clone --depth=1 --quiet https://github.com/theradcolor/lazyscripts.git -b master
62- - script -c "bash -x lazyscripts/ci-scripts/ci-rad --oldcam --aosp-clang" build-logs-rad-aosp-clang-oldcam.log && bash /drone/src/source/lazyscripts/ci-scripts/logger
59+ - script -c "bash -x lazyscripts/ci-scripts/ci-rad --oldcam --aosp-clang" build-logs-rad-aosp-clang-oldcam.log && bash /drone/src/source/lazyscripts/ci-scripts/logger --rk-logs
60+
61+ ---
62+ kind : pipeline
63+ name : FAKERAD KERNEL BUILD GCC
64+
65+ clone :
66+ disable : true
67+
68+ steps :
69+ - name : gnu-gcc oldcam
70+ image : archlinux:latest
71+ environment :
72+ KERNEL_TYPE : fakerad
73+ TG_BOT_API :
74+ from_secret : TG_BOT_API
75+ TRISHNA_API :
76+ from_secret : TRISHNA_API
77+ commands :
78+ - curl https://raw.githubusercontent.com/theradcolor/lazyscripts/master/etc/workaround > workaround && bash workaround
79+ - pacman -Sy base-devel bc curl git jre-openjdk zip --noconfirm
80+ - git clone --depth=1 --quiet https://github.com/theradcolor/android_kernel_xiaomi_whyred.git -b ${CI_BRANCH} source && cd source
81+ - if [ ! -d /drone/src/source/ ]; then mkdir source && cd source; fi
82+ - git clone --depth=1 --quiet https://github.com/theradcolor/lazyscripts.git -b master
83+ - script -c "bash -x lazyscripts/ci-scripts/ci-fake" build-logs-fakerad.log && bash /drone/src/source/lazyscripts/ci-scripts/logger --frk-logs
0 commit comments