Qiita 記事
Travis CIの導入
https://qiita.com/ShoheiObata/items/bad9d6e3fe7664cf0f22
作成した.travis.ymlをリポジトリのルートに配置してPushする。
なにをしたら、リポジトリのルートに配置してpushしたことになるかがわからない。
CI環境構築 ~ Python編 ~
https://qiita.com/masashi127/items/5bfcba5cad8e82958844
右上のリンクからGitHubアカウントでサインイン
どこの右上からかがわからない。
Travis CIでPipenv + Pytestの自動テストを行った
https://qiita.com/devara/items/fb0f144ac859f529839a
後は設定ファイル(.travis.yml)をパッケージに置くだけ
何をしたら置いたことになるかがわからない。
Travis CI + Docker + go test
https://qiita.com/mediba-moritake/items/a994a130bc9c0f4ee962
どの画面で何をするかがわからない。
Travis CIでC++11
https://qiita.com/ar90n@github/items/f33482419e011ba9b29b
Clang-3.7 + CMake3.2 + Google Testの場合,以下のようにaddonsを.travis.yml追加します.
travis.ymlがどこにあるかわからない。
[iOS]GitHub + Travis CI + Slack
https://qiita.com/m_yukio/items/8ae6497675c15d42635e
xctoolを使ったビルドの方が楽だと思うが、著者の環境ではビルドエラーとなったため、xcodebuildを使っている。
どういうエラーになったかがわからない。
Travis CIで自動テストして、結果をGitHubのトップページに表示する
https://qiita.com/hoshimado/items/4090d8e64beb8a7f95e1
リポジトリ側に、設定ファイル「 .travis.yml 」を作成してコミットする。
より詳しくは、以下の公式ドキュメントのGetting Startedを参照のこと。
https://docs.travis-ci.com/user/getting-started#To-get-started-with-Travis-CI
今、読んでます。
公式文書
Prerequisites #
To start using Travis CI, make sure you have:
- A GitHub account.
- Owner permissions for a project hosted on GitHub.
準備
GithubのIDがある。
github上にOwnerのprojectが一つある。
[ここまではOK]
GithubのIDのない方は
GitHub入門 (1) 入門
https://qiita.com/kaizen_nagoya/items/b6f5b1532fd21fec79c8
OwnerのProjectのない方は
資料捜索中。
youbube
Travis CI + GitHub Pages - Automated deployment

Travis CI Tutorial - How to Use Travis CI with Github for Continuous Integration

How to start using Travis CI with your GitHub hosted code in 5 minutes


