Skip to content

Commit e7b599a

Browse files
committed
Merge branch 'master' of github.com:codeformiyazaki/m-tsunami-android
2 parents 6d71cac + d6e22bd commit e7b599a

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)