You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
159 lines
7.8 KiB
159 lines
7.8 KiB
name: Test
|
|
|
|
on:
|
|
schedule:
|
|
- cron: 0 13 1 * *
|
|
workflow_dispatch:
|
|
inputs:
|
|
rebuild:
|
|
description: '忽略构建记录以重新构建'
|
|
required: false
|
|
type: boolean
|
|
donotpublish:
|
|
description: '构建后不提交发布新版'
|
|
required: false
|
|
type: boolean
|
|
|
|
jobs:
|
|
build:
|
|
runs-on: ubuntu-latest
|
|
strategy:
|
|
fail-fast: false
|
|
matrix:
|
|
include:
|
|
- userName: q215613905
|
|
repoName: TVBoxOS
|
|
branchName: main
|
|
steps:
|
|
- name: Checkout
|
|
uses: actions/checkout@v4
|
|
with:
|
|
fetch-depth: 0
|
|
- name: Check New Commit
|
|
run: |
|
|
upStream=https://github.com/${{ matrix.userName }}/${{ matrix.repoName }}
|
|
echo "upStream=$upStream" >> $GITHUB_ENV
|
|
commit=$(curl -sL $upStream/commits/${{ matrix.branchName }} |grep -o "/${{ matrix.userName }}/${{ matrix.repoName }}/commit/[a-z0-9]\+" |head -1 | cut -d\/ -f5)
|
|
if [[ -z "${commit}" ]]; then
|
|
commit=$(curl -s "https://api.github.com/repos/${{ matrix.userName }}/${{ matrix.repoName }}/commits/${{ matrix.branchName }}?per_page=1" | jq -r '.sha' )
|
|
fi
|
|
if ! grep -q "$commit" README.md || [ "${{ inputs.rebuild }}" == "true" ]; then
|
|
echo "commit=$commit" >> $GITHUB_ENV
|
|
echo "commitS=${commit:0:7}" >> $GITHUB_ENV
|
|
fi
|
|
echo "commit=$commit"
|
|
- name: Checkout Source Code
|
|
if: ${{ env.commit }}
|
|
run: |
|
|
git clone ${{ env.upStream }} TVBoxOSC
|
|
cd TVBoxOSC
|
|
git checkout ${{ env.commit }}
|
|
echo "tag=$(git log --date=format:'%Y%m%d-%H%M' --pretty=format:%cd ${{ env.commitS }} -1)" >> $GITHUB_ENV
|
|
- name: Extra Modify
|
|
if: ${{ env.commit }}
|
|
working-directory: TVBoxOSC
|
|
run: |
|
|
echo '修改VersionName'
|
|
if [ "${{ matrix.userName }}" == "takagen99" ]; then
|
|
# 进行 sed 修改
|
|
sed -i 's/\.concat(buildTime())/ +\"${{ env.tag }}\"/g' app/build.gradle
|
|
# 目前关于页面没有合并我的分支
|
|
sed -i "/android:text=/s#=\"#=\"${{ env.tag }}\\\\n\\\\n#" app/src/main/res/layout/dialog_about.xml
|
|
else
|
|
sed -i "/versionName/s#[0-9a-zA-Z_\.\'\"-]\+\$#\'${{ env.tag }}\'#" app/build.gradle
|
|
sed -i "/android:text=/s#=\"#=\"${{ env.tag }}\\\\n\\\\n#" app/src/main/res/layout/dialog_about.xml
|
|
fi
|
|
echo 'crosswalk源,防挂'
|
|
if grep -q 'crosswalk' build.gradle; then
|
|
sed -i "/crosswalk/a\ maven { url 'https://o0halflife0o.github.io/crosswalk/releases/crosswalk/android/maven2' }" build.gradle
|
|
else
|
|
sed -i "/jitpack.io/a\ maven { url 'https://o0halflife0o.github.io/crosswalk/releases/crosswalk/android/maven2' }" build.gradle
|
|
fi
|
|
- name: Compress Source Code
|
|
if: ${{ env.commit }}
|
|
working-directory: TVBoxOSC
|
|
run: |
|
|
#zip -q -x ".git/*" -x ".github/*" -r sourceCode-${{ env.commitS }}.zip .
|
|
tar -cJf sourceCode-${{ env.commitS }}.tar.xz --exclude=.git --exclude=.github *
|
|
- name: Release Apk Sign
|
|
if: ${{ env.commit }}
|
|
working-directory: TVBoxOSC
|
|
run: |
|
|
signingConfigs='ICAgIHNpZ25pbmdDb25maWdzIHtcCiAgICAgICAgaWYgKHByb2plY3QuaGFzUHJvcGVydHkoIlJFTEVBU0VfU1RPUkVfRklMRSIpKSB7XAogICAgICAgICAgICBteUNvbmZpZyB7XAogICAgICAgICAgICAgICAgc3RvcmVGaWxlIGZpbGUoUkVMRUFTRV9TVE9SRV9GSUxFKVwKICAgICAgICAgICAgICAgIHN0b3JlUGFzc3dvcmQgUkVMRUFTRV9TVE9SRV9QQVNTV09SRFwKICAgICAgICAgICAgICAgIGtleUFsaWFzIFJFTEVBU0VfS0VZX0FMSUFTXAogICAgICAgICAgICAgICAga2V5UGFzc3dvcmQgUkVMRUFTRV9LRVlfUEFTU1dPUkRcCiAgICAgICAgICAgICAgICB2MVNpZ25pbmdFbmFibGVkIHRydWVcCiAgICAgICAgICAgICAgICB2MlNpZ25pbmdFbmFibGVkIHRydWVcCiAgICAgICAgICAgICAgICBlbmFibGVWM1NpZ25pbmcgPSB0cnVlXAogICAgICAgICAgICAgICAgZW5hYmxlVjRTaWduaW5nID0gdHJ1ZVwKICAgICAgICAgICAgfVwKICAgICAgICB9XAogICAgfVwKXA=='
|
|
signingConfig='ICAgICAgICAgICAgaWYgKHByb2plY3QuaGFzUHJvcGVydHkoIlJFTEVBU0VfU1RPUkVfRklMRSIpKSB7XAogICAgICAgICAgICAgICAgc2lnbmluZ0NvbmZpZyBzaWduaW5nQ29uZmlncy5teUNvbmZpZ1wKICAgICAgICAgICAgfVwK'
|
|
signingConfigs="$(echo "$signingConfigs" |base64 -d )"
|
|
signingConfig="$(echo "$signingConfig" |base64 -d )"
|
|
sed -i -e "/defaultConfig {/i\\$signingConfigs " -e "/debug {/a\\$signingConfig " -e "/release {/a\\$signingConfig " app/build.gradle
|
|
cp -f ${{ github.workspace }}/.github/workflows/TVBoxOSC.jks app/TVBoxOSC.jks
|
|
sed -i '$a\RELEASE_STORE_FILE=./TVBoxOSC.jks' ./gradle.properties
|
|
sed -i '$a\RELEASE_KEY_ALIAS=TVBoxOSC' ./gradle.properties
|
|
sed -i '$a\RELEASE_STORE_PASSWORD=TVBoxOSC' ./gradle.properties
|
|
sed -i '$a\RELEASE_KEY_PASSWORD=TVBoxOSC' ./gradle.properties
|
|
sed -i 's/^#\(org.gradle.jvmargs=.*\)/\1/' ./gradle.properties
|
|
- uses: actions/setup-java@v4
|
|
if: ${{ matrix.java_ver }}
|
|
with:
|
|
distribution: temurin
|
|
java-version: ${{ matrix.java_ver }}
|
|
- uses: gradle/actions/setup-gradle@v4
|
|
if: ${{ env.commit }}
|
|
- name: Build With Gradle
|
|
if: ${{ env.commit }}
|
|
working-directory: TVBoxOSC
|
|
run: |
|
|
chmod +x gradlew
|
|
./gradlew assemblerelease --build-cache --parallel --daemon --warning-mode all
|
|
- name: Prepare App
|
|
if: ${{ env.commit }}
|
|
working-directory: TVBoxOSC
|
|
run: |
|
|
rm -rf apk/
|
|
mkdir -p apk/
|
|
for file in `find ~ -name "*release*.apk" -print`; do
|
|
# 获取文件的基本名称
|
|
base=$(basename "$file")
|
|
# 如果文件是 TVBox_ 开头
|
|
if [[ "$base" == TVBox_* ]]; then
|
|
new_base=$(echo "$base" | sed "s/release/${{ matrix.userName }}_${{ env.tag }}/")
|
|
else
|
|
new_base="TVBox_${{ matrix.userName }}_${{ env.tag }}.apk"
|
|
fi
|
|
# 移动并重命名文件
|
|
mv "$file" "apk/$new_base"
|
|
done
|
|
mv sourceCode-${{ env.commitS }}.* apk/
|
|
- name: Release Note
|
|
if: ${{ env.commit }}
|
|
working-directory: TVBoxOSC
|
|
run: |
|
|
lastCommit=$(grep "${{ matrix.userName }}\/${{ matrix.repoName }}" ${{ github.workspace }}/README.md |grep -o '[a-z0-9]\{40\}')
|
|
export LESSCHARSET=utf-8
|
|
echo -e "Credit: [${{ matrix.userName }}](${{ env.upStream }})\nCommit: ${{ env.commit }}\nChangelog:\n\`\`\`" > apk/${{ matrix.userName }}-Release.log
|
|
if [ "${{ env.commit }}" == "${lastCommit}" ]; then
|
|
git log --pretty=format:%B ${{ env.commitS }} -1 |sed -e "s# \{2,\}#\n#g" -e "/^Merge \(pull\|branch\|remote\)/d" -e '/^$/d' |cat -n |sort -k2,2 -k1,1n |uniq -f1 |sort -k1,1n |cut -f2- >> apk/${{ matrix.userName }}-Release.log
|
|
else
|
|
git log --pretty=format:%B ${{ env.commitS }}...${lastCommit:0:7} |sed -e "s# \{2,\}#\n#g" -e "/^Merge \(pull\|branch\|remote\)/d" -e '/^$/d' |cat -n |sort -k2,2 -k1,1n |uniq -f1 |sort -k1,1n |cut -f2- >> apk/${{ matrix.userName }}-Release.log
|
|
fi
|
|
echo -e '\n```' >> apk/${{ matrix.userName }}-Release.log
|
|
- name: Upload App To Artifact
|
|
uses: actions/upload-artifact@v4
|
|
if: ${{ env.commit }}
|
|
with:
|
|
name: ${{ matrix.userName }}-${{ matrix.repoName }}
|
|
path: |
|
|
TVBoxOSC/apk/*
|
|
- name: Whether Or Not to Publish
|
|
if: ${{ inputs.donotpublish && env.commit }}
|
|
run: |
|
|
echo "commit=" >> $GITHUB_ENV
|
|
clean:
|
|
needs: build
|
|
runs-on: ubuntu-latest
|
|
steps:
|
|
- name: Delete older workflow runs and artifacts
|
|
uses: Mattraks/delete-workflow-runs@main
|
|
with:
|
|
token: ${{ github.token }}
|
|
repository: ${{ github.repository }}
|
|
retain_days: 14
|
|
keep_minimum_runs: 10
|
|
|