diff --git a/.cirrus.yml b/.cirrus.yml index 7993202d..298dc48c 100644 --- a/.cirrus.yml +++ b/.cirrus.yml @@ -1,34 +1,25 @@ env: - # OrangeFox Sync Repository - FOX_SYNC: https://gitlab.com/OrangeFox/sync.git - - # Config - CONFIG: config.sh - - # Telegram - TG_CHAT_ID: ENCRYPTED[0003e1cf5276424a5b2afb8c6a39f2d830864e8555b37220bd3bf173f3ef5b8769ab98425d96a76adf64b18241c940dd] - TG_TOKEN: ENCRYPTED[03de4105db5d23ec42490965c0a0f79217c1e3366cb152bd9d9a045e22586eba675615e1f08bf1aea3e860d499efde60] - - # Cirrus Specific Vars (Do *NOT* Change) - CIRRUS_SHELL: bash + FOX_SYNC: https://gitlab.com/OrangeFox/sync.git + CONFIG: config.sh + CIRRUS_SHELL: bash task: - name: "Recovery Build" + name: "T720 Android 11 Recovery Build" timeout_in: 120m container: - image: ghcr.io/sushrut1101/docker:arch - cpu: 8 - memory: 20G + image: ghcr.io/sushrut1101/docker:arch + cpu: 8 + memory: 20G Checks_script: - - bash -c "$(curl -sL https://raw.githubusercontent.com/OrangeFoxRecovery/OrangeFox-CI/fox/scripts/checks.sh)" + - bash -c "$(curl -sL https://raw.githubusercontent.com/OrangeFoxRecovery/OrangeFox-CI/fox/scripts/checks.sh)" Sync_script: - - bash -c "$(curl -sL https://raw.githubusercontent.com/OrangeFoxRecovery/OrangeFox-CI/fox/scripts/sync.sh)" + - bash -c "$(curl -sL https://raw.githubusercontent.com/OrangeFoxRecovery/OrangeFox-CI/fox/scripts/sync.sh)" Build_script: - - bash -c "$(curl -sL https://raw.githubusercontent.com/OrangeFoxRecovery/OrangeFox-CI/fox/scripts/build.sh)" + - bash -c "$(curl -sL https://raw.githubusercontent.com/OrangeFoxRecovery/OrangeFox-CI/fox/scripts/build.sh)" Upload_script: - - export TIMEOUT=43200 # Link timeout (in minutes) - - bash -c "$(curl -sL https://raw.githubusercontent.com/OrangeFoxRecovery/OrangeFox-CI/fox/scripts/upload.sh)" + - export TIMEOUT=43200 + - bash -c "$(curl -sL https://raw.githubusercontent.com/OrangeFoxRecovery/OrangeFox-CI/fox/scripts/upload.sh)" diff --git a/config.sh b/config.sh index bd676c0a..47b9baef 100644 --- a/config.sh +++ b/config.sh @@ -1,11 +1,11 @@ #!/bin/bash # Device -export FOX_BRANCH="fox_9.0" -export DT_LINK="https://gitlab.com/OrangeFox/device/beryllium.git -b fox_9.0" +export FOX_BRANCH="fox_11.0" +export DT_LINK="https://gitlab.com/AirysDark/android_device_samsung_gts4lvwifi.gitt -b fox_11.0" -export DEVICE="beryllium" -export OEM="xiaomi" +export DEVICE="gts4lvwifiq" +export OEM="samsung" # Build Target ## "recoveryimage" - for A-Only Devices without using Vendor Boot @@ -22,15 +22,16 @@ DEPS=( ) # Extra Command -export EXTRA_CMD="export OF_MAINTAINER=Sushrut1101" +export EXTRA_CMD="export OF_MAINTAINER=AirysDark" +export OF_MAINTAINER="AirysDark" # Magisk ## Use the Latest Release of Magisk for the OrangeFox addon export OF_USE_LATEST_MAGISK=true - + # Not Recommended to Change -export SYNC_PATH="$HOME/work" # Full (absolute) path. +export SYNC_PATH="$HOME/work" # Absolute path for workspace export USE_CCACHE=1 export CCACHE_SIZE="50G" -export CCACHE_DIR="$HOME/work/.ccache" +export CCACHE_DIR="$SYNC_PATH/.ccache" export J_VAL=16