nk-5 / summary

1 stars 0 forks source link

CIの導入 #12

Closed nk-5 closed 6 years ago

nk-5 commented 6 years ago
nk-5 commented 6 years ago

Bitriseでci設定している https://www.bitrise.io/dashboard

無料で利用可能だが、制限が多い 他のCIもpublic repositoryなら無料と言うものが多いが、 private repository に移行することを考えると、移行後も継続して利用可能なCIツールを利用しておく

nk-5 commented 6 years ago

環境変数設定してlocalでのmake installとbitriseでのmake installでおこなうタスクをわける必要がある

nk-5 commented 6 years ago
. --indent 4
/bin/sh: line 0: .: --: invalid option
.: usage: . filename [arguments]
make: *** [format] Error 2
Command /bin/sh failed with exit code 2

ってなるから、formatterも実行しないようにする

nk-5 commented 6 years ago
Testing failed:
    Reading data: The file “GoogleService-Info.plist” couldn’t be opened because there is no such file.
** TEST FAILED **

Firebaseの設定ファイル入れないとbuildできないなー どうしよう

nk-5 commented 6 years ago

facebookの設定情報もinfo.plistにいれたので、GoogleService-Info.plistも入れた

nk-5 commented 6 years ago

add-login-page ブランチで修正済み