0
1

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?

More than 5 years have passed since last update.

Travis CI 悪戦苦闘

0
Last updated at Posted at 2020-01-06

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 + GitHub Pages - Automated deployment

Travis CI Tutorial - How to Use Travis CI with Github for Continuous Integration
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
How to start using Travis CI with your GitHub hosted code in 5 minutes

Setting up Travis CI on an existing Python/Docker project
Setting up Travis CI on an existing Python/Docker project

Travis CI - Part 1 Basic Setup
Travis CI - Part 1 Basic Setup

0
1
0

Register as a new user and use Qiita more conveniently

  1. You get articles that match your needs
  2. You can efficiently read back useful information
  3. You can use dark theme
What you can do with signing up
0
1

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?