Skip to content

Commit d6e22bd

Browse files
authored
Merge pull request #18 from codeformiyazaki/workflows
GitHub Actions に対応します
2 parents a9a5765 + c1ab114 commit d6e22bd

2 files changed

Lines changed: 15 additions & 0 deletions

File tree

.github/workflows/android.yml

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,13 @@
1+
name: CI
2+
3+
on: [push]
4+
5+
jobs:
6+
build:
7+
8+
runs-on: ubuntu-latest
9+
10+
steps:
11+
- uses: actions/checkout@v1
12+
- name: Build debug APK
13+
run: ./gradlew :app:assembleDebug

README.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,5 @@
1+
![](https://github.com/codeformiyazaki/m-tsunami-android/workflows/CI/badge.svg)
2+
13
# m-tsunami-android
24
宮崎津波防災 Android
35

0 commit comments

Comments
 (0)