Compare commits

...

13 Commits

Author SHA1 Message Date
giles 09a06fb6f8 develop/tags-1 -> build/tags-1
convert-to-yml / develop-branch (push) Successful in 30s Details
2023-10-23 22:00:22 +00:00
giles ca7cbc5b99 develop/tags-1 -> build/tags-1
convert-to-yml / develop-branch (push) Successful in 30s Details
2023-10-23 21:55:38 +00:00
giles 11432a8dcc develop/tags-1 -> build/tags-1
convert-to-yml / develop-branch (push) Successful in 31s Details
2023-10-23 21:30:58 +00:00
giles 9ceae764c1 develop/tags-1 -> build/tags-1
convert-to-yml / develop-branch (push) Successful in 32s Details
2023-10-23 21:27:30 +00:00
giles 3a0f7058c6 develop/tags-1 -> build/tags-1
convert-to-yml / develop-branch (push) Successful in 30s Details
2023-10-23 21:23:57 +00:00
giles 834e855b2d develop/tags-1 -> build/tags-1
convert-to-yml / develop-branch (push) Successful in 30s Details
2023-10-23 21:19:50 +00:00
giles 68a59a2fd5 develop/tags-1 -> build/tags-1
convert-to-yml / develop-branch (push) Successful in 30s Details
2023-10-23 21:17:06 +00:00
giles e3b4c09fb5 develop/tags-1 -> build/tags-1
convert-to-yml / develop-branch (push) Successful in 31s Details
2023-10-23 21:11:43 +00:00
giles 30499622bd develop/tags-1 -> build/tags-1
convert-to-yml / develop-branch (push) Successful in 29s Details
2023-10-23 21:05:08 +00:00
giles fb48f213e6 develop/tags-1 -> build/tags-1
convert-to-yml / develop-branch (push) Successful in 30s Details
2023-10-23 21:04:03 +00:00
giles c475403821 develop/tags-1 -> build/tags-1
convert-to-yml / develop-branch (push) Successful in 30s Details
2023-10-23 20:53:23 +00:00
giles ea3162fdc6 develop/tags-1 -> build/tags-1
convert-to-yml / develop-branch (push) Successful in 31s Details
2023-10-23 20:44:48 +00:00
giles 2c1d6b9162 develop/tags-1 -> build/tags-1
convert-to-yml / develop-branch (push) Successful in 28s Details
2023-10-23 20:43:37 +00:00
7 changed files with 28 additions and 2203 deletions

View File

@ -72,8 +72,8 @@ jobs:
- name: make PR
run: |
../tea pr ls -f=base,head -o=csv
if [[ $(./tea pr ls -f=base,head -o=csv | grep "\"master\",\"${{ github.ref_name }}\"" | head -c1 | wc -c) -eq 0 ]]; then
./tea pr c --base=master --head=${{ github.ref_name }} --description="
if [[ $(../tea pr ls -f=base,head -o=csv | grep "\"master\",\"${{ github.ref_name }}\"" | head -c1 | wc -c) -eq 0 ]]; then
../tea pr c --base=master --head=${{ github.ref_name }} --description="
development pull request
this PR is will been built on [${{ github.ref_name }}](${{ github.serverUrl }}/${{ github.repository }}/src/branch/${{ env.BUILD_BRANCH }})
" -t="WIP: ${{ github.event.head_commit.message }}"

View File

@ -0,0 +1,24 @@
name: build-develop-branch
run-name: ${{ github.actor }} is learning GitHub Actions
on:
push:
branches:
- 'master'
jobs:
new release:
runs-on: ubuntu-latest
steps:
- name: get tea
run: |
curl https://dl.gitea.com/tea/0.9.2/tea-0.9.2-linux-386 --output ../tea
chmod +x ../tea
../tea login add -n=this --url=${{ github.server_url}} -t=${{ secrets.BOT_TOKEN }}
- uses: http://sigyl.com:3000/actions/checkout@v3.5.4
with:
token: ${{ secrets.BOT_TOKEN }}
- name: bump release
run: |
../tea r ls -o=simple
version="$(../tea r ls -o=simple | head -n 1 | tr " " "\n" | head -n 1 | awk -F. '{$NF = $NF + 1;} 1' | sed 's/ /./g')"
../tea r c --note="this isrelease ${version}" --tag=${version} --title=${version} --target=${{ github.sha }}

View File

@ -13,19 +13,6 @@ jobs:
if: github.event.pull_request.merged == true
runs-on: ubuntu-latest
steps:
- name: get tea
run: |
curl https://dl.gitea.com/tea/0.9.2/tea-0.9.2-linux-386 --output ../tea
chmod +x ../tea
../tea login add -n=this --url=${{ github.server_url}} -t=${{ secrets.BOT_TOKEN }}
- uses: http://sigyl.com:3000/actions/checkout@v3.5.4
with:
token: ${{ secrets.BOT_TOKEN }}
- name: tag
run: |
git fetch --tags
git tag -l
../tea r ls -o=simple
- name: delete develop branch
id: delete_develop_branch
run: git push origin --delete ${{ github.head_ref }}

File diff suppressed because it is too large Load Diff

1
equipment-model.axml Normal file

File diff suppressed because one or more lines are too long

File diff suppressed because it is too large Load Diff

File diff suppressed because one or more lines are too long