Skip to content
This repository was archived by the owner on Dec 1, 2025. It is now read-only.

Commit 65ba3d2

Browse files
committed
Merge branch 'master' of github.com:codeformiyazaki/m-tsunami-ios
2 parents f0547bb + f688cc9 commit 65ba3d2

3 files changed

Lines changed: 46 additions & 31 deletions

File tree

.github/workflows/build.yml

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,15 @@
1+
name: CI
2+
3+
on: [push]
4+
5+
jobs:
6+
build:
7+
8+
runs-on: macos-latest
9+
10+
steps:
11+
- uses: actions/checkout@v1
12+
- name: Show Xcode version
13+
run: xcodebuild -version
14+
- name: Build
15+
run: xcodebuild -project ./iosapp/m-tsunami-ios.xcodeproj -sdk iphonesimulator -configuration Debug build

README.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,7 @@
11
# 宮崎津波防災 iOS
22

3+
![](https://github.com/codeformiyazaki/m-tsunami-ios/workflows/CI/badge.svg)
4+
35
宮崎市の津波防災に必要な情報を発信するiOSアプリです。
46
メインのマップには以下の情報が表示されています。
57

0 commit comments

Comments
 (0)