generated from mingliqiye/lib-tem
ci: 更新 Gitea Actions构建流程
All checks were successful
Gitea Actions Build / Build (push) Successful in 49s
All checks were successful
Gitea Actions Build / Build (push) Successful in 49s
- 修改运行名称为 "Build out Gitea Actions" - 移除 build-test
This commit is contained in:
parent
3ca79f0772
commit
c54cab4a44
17
.github/workflows/build.yaml
vendored
Normal file
17
.github/workflows/build.yaml
vendored
Normal file
@ -0,0 +1,17 @@
|
||||
name: Github Actions Build
|
||||
run-name: ${{ github.actor }} is Build out Github Actions 🚀
|
||||
on:
|
||||
push:
|
||||
branches:
|
||||
- master
|
||||
jobs:
|
||||
Build:
|
||||
runs-on: ubuntu-dev
|
||||
steps:
|
||||
- name: Check out repository code
|
||||
uses: checkout@v4
|
||||
|
||||
- name: build
|
||||
run: |
|
||||
./gradlew
|
||||
./gradlew build
|
Loading…
x
Reference in New Issue
Block a user