taninnosorani blog

What is the UX Workflow?

jenkinsでgit管理のWindowsPhoneをビルドする

メモです。

  1. http://jenkins-ci.org/でWindowsをインストール。
  2. gitやMSBuildなどのプラグインをインストールする。
  3. jenkinsのPath to Git executableには「C:\Program Files\Git\bin\git.exe」を入れる。MSBuildのPath to MSBuildには「C:\Windows\Microsoft.NET\Framework\v4.0.30319\MSBuild.exe」。
  4. 個々のジョブを作り設定で、Repository URLにローカルリポジトリだと.gitまでのフォルダパスを入れる。ブランチには今回はmasterを指定している。
  5. ビルドの指定には登録したMSBuildを選択して.slnファイルへの相対パスを指定する。コマンドラインオプションには「/p:Configuration=Release /t:Clean,Build」を入れる。

参考URL

  1. http://tech-old.hilife-jp.info/2011/12/silverlight-unittestjenkins.html
  2. http://kiita-it-blog.seesaa.net/article/249556782.html
  3. http://d.hatena.ne.jp/ch3cooh393/20120126/1327510696
  4. http://blog.gigei.jp/tech/000053.html