タグ

CIに関するledsunのブックマーク (2)

  • CI(継続的インテグレーション)サービスまとめ・14個! - atskimura-memo

    CIって? CIはContinuous Integration(継続的インテグレーション)の略です。 継続的インテグレーションとは、ソフトウェア開発手法において、プロジェクトメンバーがそれぞれ開発した結果を頻繁に結合し、定期的にビルドやテストを行うことである。問題点を早期に摘出することができ、効率的な開発に役立つ。 不具合は早く見つける方が対策費用が抑えられるため、ソフトウェアのビルドを頻繁に行うのが好ましく、ビルド結果が正しいことを検証するためにすぐにテストを行う。このような手続きは出来る限り自動化するのが好ましい。そのため、継続的インテグレーションを実践するためには、結合のためのビルドとテストの自動化のために「CIサーバー」などと呼ばれる専用コンピュータを用意することが推奨されている。 ちなみに、ソフトウェア開発手法のひとつである「エクストリームプログラミング」では、継続的インテグレー

    CI(継続的インテグレーション)サービスまとめ・14個! - atskimura-memo
    ledsun
    ledsun 2014/12/02
    「node.jsしか使えないNode.ciってどんだけ男気溢れているんだ」と思った。が、もう死んでいる模様。
  • Continuous Integration and Deployment on CircleCI just got better: now it’s free.

    Continuous Integration and Deployment on CircleCI just got better: now it's free. Note from the publisher: You have managed to find some of our old content and it may be outdated and/or incorrect. Try searching in our docs for current information. Continuous Integration and Delivery are best practices for software development, and are part of CircleCI’s mission: to help developers move faster and

    Continuous Integration and Deployment on CircleCI just got better: now it’s free.
    ledsun
    ledsun 2014/11/20
    おー / Jenkinsはレガシーだよ、設定ファイルかXMLで、中にスクリプト書いてあるとか辛すぎる・・・
  • 1