Skip to content

Commit

Permalink
Bump PixelOS and RisingOS to android 15
Browse files Browse the repository at this point in the history
  • Loading branch information
sounddrill31 authored Jan 27, 2025
1 parent 4091fea commit 44218e8
Show file tree
Hide file tree
Showing 2 changed files with 18 additions and 18 deletions.
18 changes: 9 additions & 9 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,8 +22,8 @@ on:
- 'ArrowOS 13.1'
- 'DerpFest 14.0'
- 'CipherOS 14'
- 'PixelOS 14'
- 'RisingOS 14'
- 'PixelOS 15'
- 'RisingOS 15'
- 'LineageOS 18.1'
- 'LineageOS 16.0'
- 'CyanogenMOD 14.1'
Expand Down Expand Up @@ -124,15 +124,15 @@ jobs:
export PROJECTID="79"
export REPO_INIT="repo init -u https://github.com/CipherOS/android_manifest.git -b fourteen --git-lfs --depth=1"
;;
"PixelOS 14")
export PROJECTFOLDER="/crave-devspaces/Pixel14"
"PixelOS 15")
export PROJECTFOLDER="/crave-devspaces/Pixel15"
export PROJECTID="82"
export REPO_INIT="repo init -u https://github.com/PixelOS-AOSP/manifest.git -b fourteen --git-lfs --depth=1"
export REPO_INIT="repo init -u https://github.com/PixelOS-AOSP/manifest.git -b fifteen --git-lfs --depth=1"
;;
"RisingOS 14")
export PROJECTFOLDER="/crave-devspaces/Rising14"
"RisingOS 15")
export PROJECTFOLDER="/crave-devspaces/Rising15"
export PROJECTID="86"
export REPO_INIT="repo init -u https://github.com/RisingTechOSS/android.git -b fourteen --git-lfs --depth=1"
export REPO_INIT="repo init -u https://github.com/RisingTechOSS/android.git -b fifteen --git-lfs --depth=1"
;;
"LineageOS 18.1")
export PROJECTFOLDER="/crave-devspaces/Lineage18"
Expand All @@ -158,7 +158,7 @@ jobs:
if [[ ${{ github.event.inputs.PRODUCT_NAME }} == *_* ]] && [[ ${{ github.event.inputs.PRODUCT_NAME }} != gsi_* ]] && [[ ${{ github.event.inputs.PRODUCT_NAME }} != sdk_* ]] && [[ ${{ github.event.inputs.PRODUCT_NAME }} != *_sprout ]] && [[ ${{ github.event.inputs.PRODUCT_NAME }} != Mi439_* ]] && [[ ${{ github.event.inputs.PRODUCT_NAME }} != Mi8937_* ]]; then
LUNCH="lunch ${{ github.event.inputs.PRODUCT_NAME }}-${{ github.event.inputs.BUILD_TYPE }}"
elif [[ "${{ github.event.inputs.BASE_PROJECT }}" == "RisingOS 14" ]] && [[ "${{ github.event.inputs.BUILD_DIFFERENT_ROM }}" == "echo 'Build Starting!'" ]]; then
elif [[ "${{ github.event.inputs.BASE_PROJECT }}" == "RisingOS 15" ]] && [[ "${{ github.event.inputs.BUILD_DIFFERENT_ROM }}" == "echo 'Build Starting!'" ]]; then
LUNCH="riseup ${{ github.event.inputs.PRODUCT_NAME }} ${{ github.event.inputs.BUILD_TYPE }}"
else
LUNCH="breakfast ${{ github.event.inputs.PRODUCT_NAME }} ${{ github.event.inputs.BUILD_TYPE }}"
Expand Down
18 changes: 9 additions & 9 deletions .github/workflows/selfhosted.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,8 +22,8 @@ on:
- 'ArrowOS 13.1'
- 'DerpFest 14.0'
- 'CipherOS 14'
- 'PixelOS 14'
- 'RisingOS 14'
- 'PixelOS 15'
- 'RisingOS 15'
- 'LineageOS 18.1'
- 'LineageOS 16.0'
- 'CyanogenMOD 14.1'
Expand Down Expand Up @@ -172,15 +172,15 @@ jobs:
export PROJECTID="79"
export REPO_INIT="repo init -u https://github.com/CipherOS/android_manifest.git -b fourteen --git-lfs --depth=1"
;;
"PixelOS 14")
export PROJECTFOLDER="/crave-devspaces/Pixel14"
"PixelOS 15")
export PROJECTFOLDER="/crave-devspaces/Pixel15"
export PROJECTID="82"
export REPO_INIT="repo init -u https://github.com/PixelOS-AOSP/manifest.git -b fourteen --git-lfs --depth=1"
export REPO_INIT="repo init -u https://github.com/PixelOS-AOSP/manifest.git -b fifteen --git-lfs --depth=1"
;;
"RisingOS 14")
export PROJECTFOLDER="/crave-devspaces/Rising14"
"RisingOS 15")
export PROJECTFOLDER="/crave-devspaces/Rising15"
export PROJECTID="86"
export REPO_INIT="repo init -u https://github.com/RisingTechOSS/android.git -b fourteen --git-lfs --depth=1"
export REPO_INIT="repo init -u https://github.com/RisingTechOSS/android.git -b fifteen --git-lfs --depth=1"
;;
"LineageOS 18.1")
export PROJECTFOLDER="/crave-devspaces/Lineage18"
Expand All @@ -206,7 +206,7 @@ jobs:
if [[ ${{ github.event.inputs.PRODUCT_NAME }} == *_* ]] && [[ ${{ github.event.inputs.PRODUCT_NAME }} != gsi_* ]] && [[ ${{ github.event.inputs.PRODUCT_NAME }} != sdk_* ]] && [[ ${{ github.event.inputs.PRODUCT_NAME }} != *_sprout ]] && [[ ${{ github.event.inputs.PRODUCT_NAME }} != Mi439_* ]] && [[ ${{ github.event.inputs.PRODUCT_NAME }} != Mi8937_* ]]; then
LUNCH="lunch ${{ github.event.inputs.PRODUCT_NAME }}-${{ github.event.inputs.BUILD_TYPE }}"
elif [[ "${{ github.event.inputs.BASE_PROJECT }}" == "RisingOS 14" ]] && [[ "${{ github.event.inputs.BUILD_DIFFERENT_ROM }}" == "echo 'Build Starting!'" ]]; then
elif [[ "${{ github.event.inputs.BASE_PROJECT }}" == "RisingOS 15" ]] && [[ "${{ github.event.inputs.BUILD_DIFFERENT_ROM }}" == "echo 'Build Starting!'" ]]; then
LUNCH="riseup ${{ github.event.inputs.PRODUCT_NAME }} ${{ github.event.inputs.BUILD_TYPE }}"
else
LUNCH="breakfast ${{ github.event.inputs.PRODUCT_NAME }} ${{ github.event.inputs.BUILD_TYPE }}"
Expand Down

0 comments on commit 44218e8

Please sign in to comment.