タグ

ciとperlに関するlizyのブックマーク (11)

  • PerlのWebアプリケーションをCircleCIでテストする - Masteries

    この記事は, Perl 5 Advent Calendarの16日目の記事です. 昨日の記事は, @xtetsujiさんの標準添付の Math:: モジュールのご紹介でした. Math系のモジュール, 昔Project Eulerをやっていた時にいっぱい使っていたのを思い出しました... ...さて, 皆さん仕事PerlのWebアプリケーションを書くとき, テストを書いていますか? もし書いているのであれば, せっかくですのでコードがGitHubやBitBucketにpushされる度にテストを回して, その結果を確認したいですよね. こういう仕組みは「継続的インテギュレーション(Continuous Integration, CI)」と呼ばれていて, これを実現する仕組みとしてはJenkinsが有名です. Perl製のツールであれば, Ukigumoというものもあります. しかし皆さんご

    PerlのWebアプリケーションをCircleCIでテストする - Masteries
  • Github, Travis-CI and Perl - Perl Hacks

  • Ukigumo入門 ― 2014年スタイル - その手の平は尻もつかめるさ


     http://ukigumo.moznion.net/ CIUkigumo Ukigumo::AgentAgent使便 *1  UkigumoCIPerl Perl使 Travis使 Jenkins 
    Ukigumo入門 ― 2014年スタイル - その手の平は尻もつかめるさ
  • Ukigumoの新機能一覧 - その手の平は尻もつかめるさ

    https://metacpan.org/pod/Ukigumo::Server https://metacpan.org/pod/Ukigumo::Client https://metacpan.org/pod/Ukigumo::Agent ゆるふわCIエコシステムのUkigumoですが,最近ひと通りアップグレードしたのでそれに伴って搭載された新機能について紹介します. 注意 Ukigumo::Server 2.0.0以降はDBのスキーマが変更されているので,テーブルのALTERが必要です. ALTER TABLE report ADD compare_url VARCHAR(255) DEFAULT NULL; などとしてやる必要があります. Ukigumo::AgentがGitHubのWebhooksに対応した /api/github_hookにGitHubのWebhookを飛ばして

    Ukigumoの新機能一覧 - その手の平は尻もつかめるさ
  • Perl + Jenkins | blog


    perl (Catalyst)Web ApplicationRedminegit + gitosis Jenkins使Redmine Jenkins使使 Jenkinsperl使perl5.16.0 Storable Digest::MD5 Devel:
  • Javaだけじゃない入門jenkins

    Javaだけじゃない入門jenkins 1. Javaだけじゃない入門Jenkins実践「継続的インテグレーション」 JJUG Night Seminar 2012/09/26 太田 健一郎 @oota_ken 2. 目次 自己紹介 Java以外でのJenkinsの活用 Lightweight Languageでの活用 環境独立の実現 ユニットテスト テストの並列実行 コードカバレッジ 静的検証 コード重複分析 3. 自己紹介 経歴  社内まったりツール開発 5.5年 (JavaScript & Perl)  お客様デスマソルジャーSE 4年 (主にJava、一部COBOL)  ソーシャルゲームQA 1.5年 (再び、JavaScript & Perl)  QAっていうけど、品質に関わることはほぼ何でもやります><  最近だと、Jenkinsの周り以外にも 

    Javaだけじゃない入門jenkins
  • Continuous Deployment With Jenkins And Rex

    Continuous Deployment With Jenkins And RexIn this tutorial I will show you how to do continuous deployment with jenkins as a ci tool and Rex as a deployment tool. Together, we will set up Jenkins, the build and test process, a Subversion repository and our example Perl App. This tutorial can be used with Java-, PHP-, Rails-, ... projects as well. But for simplicity I've chosen Perl. This howto foc

  • Devel::CoverとJenkins - Articles Advent Calendar 2011 Test


     Jenkins  JenkinsDevel::CoverPERL5OPT export PERL5OPT="-MDevel::Cover" Jenkins使PerlDevel::CoverDevel::Cover使Devel::Cover cpanm -l/path/to/devel-cove
    Devel::CoverとJenkins - Articles Advent Calendar 2011 Test
  • はてなグループの終了日を2020年1月31日(金)に決定しました - はてなの告知


    2020131()  2019 -   : 2020131() :2020131() 稿 稿 -   2020-06-25  2020228
    はてなグループの終了日を2020年1月31日(金)に決定しました - はてなの告知
    lizy
    lizy 2010/04/09
    「JUnitのXML形式のテスト結果のファイルで出力されます」こんな便利なモジュールがあったんだ
  • Perl tests in Hudson via JUnit - The Player Of Games

    Perl tests in Hudson I'm willing to automate the unit testing of my Perl modules, by plugging them into Hudson. Hudson is a continuous integration server, it "monitors executions of repeated jobs, such as building a software project or jobs run by cron". It works well, is extensible, and looks good. So, The easiest way to do that is have Hudson to execute the module test suite, and look at the out

  • はてなグループの終了日を2020年1月31日(金)に決定しました - はてなの告知


    2020131()  2019 -   : 2020131() :2020131() 稿 稿 -   2020-06-25  2020228
    はてなグループの終了日を2020年1月31日(金)に決定しました - はてなの告知
  • 1