Toggle navigation
Toggle navigation
此项目
正在载入...
Sign in
xuning
/
livekitAndroidXuningTest
转到一个项目
Toggle navigation
项目
群组
代码片段
帮助
Toggle navigation pinning
Project
Activity
Repository
Pipelines
Graphs
Issues
0
Merge Requests
0
Wiki
Network
Create a new issue
Builds
Commits
Authored by
davidliu
2021-05-01 19:11:51 +0900
Browse Files
Options
Browse Files
Download
Email Patches
Plain Diff
Committed by
GitHub
2021-05-01 19:11:51 +0900
Commit
6879afa0e7e2210b3ad7f1953dbcf5f37e8f5444
6879afa0
1 parent
f55a7c98
Create android.yml
隐藏空白字符变更
内嵌
并排对比
正在显示
1 个修改的文件
包含
30 行增加
和
0 行删除
.github/workflows/android.yml
.github/workflows/android.yml
0 → 100644
查看文件 @
6879afa
name
:
Android CI
on
:
push
:
branches
:
[
master
]
pull_request
:
branches
:
[
master
]
jobs
:
build
:
runs-on
:
ubuntu-latest
steps
:
-
name
:
checkout client-sdk-android
uses
:
actions/checkout@v2.3.4
-
name
:
checkout protocol
uses
:
actions/checkout@v2.3.4
with
:
repository
:
livekit/protocol
-
name
:
set up JDK 12
uses
:
actions/setup-java@v2
with
:
java-version
:
'
12'
distribution
:
'
adopt'
-
name
:
Grant execute permission for gradlew
run
:
chmod +x gradlew
-
name
:
Build with Gradle
run
:
./gradlew assemble
...
...
请
注册
或
登录
后发表评论