About: Daily build

An Entity of Type: company, from Named Graph: http://dbpedia.org, within Data Space: dbpedia.org

A daily build or nightly build is the practice of completing a software build of the latest version of a program, on a daily basis. This is so it can first be compiled to ensure that all required dependencies are present, and possibly tested to show no bugs have been introduced. The daily build is also often publicly available allowing access to the latest features for feedback.In this context, a build is the result of compiling and linking all the files that make up a program. The use of such disciplined procedures as daily builds is particularly necessary in large organizations where many programmers are working on a single piece of software. Performing daily builds helps ensure that developers can work knowing with reasonable certainty that any new bugs that show up are a result of thei

Property Value
dbo:abstract
  • Unter Nightly Build, Nightly Snapshot oder kurz Nightly versteht man in der Softwareentwicklung einen im Entwicklungsverlauf frühzeitigen, ungetesteten oder zwischenzeitlichen Versionsstand eines Softwareprojektes. Er stellt eine Vorstufe der kontinuierlichen Integration dar. Der Nightly Build ist ein Build-Prozess, der vornehmlich nachts und automatisiert erfolgt, wenn es unwahrscheinlich ist, dass Entwickler am Quelltext arbeiten. Dadurch wird sichergestellt, dass sich der Quelltext auf der jeweiligen Zielplattform fehlerfrei übersetzen lässt. Außerdem werden in der Regel automatische Testläufe durchgeführt, um bei hinreichend guten Tests testgetrieben zu arbeiten. Im Gegensatz zur permanenten Integration muss beim Nightly Build nicht auf kurze Durchlaufzeiten geachtet werden, darum können dabei auch automatisierte Regressionstests durchgeführt und aufwändige Qualitätsmetriken berechnet werden. Darüber hinaus kann beim Nightly Build eine Installation (Deployment) in die Test- oder Zielumgebung vorgenommen werden. (de)
  • A daily build or nightly build is the practice of completing a software build of the latest version of a program, on a daily basis. This is so it can first be compiled to ensure that all required dependencies are present, and possibly tested to show no bugs have been introduced. The daily build is also often publicly available allowing access to the latest features for feedback.In this context, a build is the result of compiling and linking all the files that make up a program. The use of such disciplined procedures as daily builds is particularly necessary in large organizations where many programmers are working on a single piece of software. Performing daily builds helps ensure that developers can work knowing with reasonable certainty that any new bugs that show up are a result of their own work done within the last day. Daily builds typically include a set of tests, sometimes called a "smoke test." These tests are included to assist in determining what may have been broken by the changes included in the latest build. The critical piece of this process is to include new and revised tests as the project progresses. (en)
  • デイリービルド(英: daily build)は、毎日(もしくはそれに近い頻度で)行うプログラムの最新バージョンのビルドである。ナイトリービルド(英: nightly build)と呼ばれることが多い。デイリービルドは、バグをなくし動作を確実なものにするためや、新機能を追加するためにコンパイルされる。デイリービルドは公開されていることも多く、その場合ユーザーは最新の機能を使いながらフィードバックすることができる。デイリービルドは多くのプログラマーが単一のソフトウェアやカーネルで作業しているような場合に特に有用である。デイリービルドを実行することで、開発者は新しいバグが発生した際に、そのバグが昨日ではなく今日から発生しているという確信を得ることができる。 頻度に応じて、ウィークリービルド(英: weekly build)や、マンスリービルド(英: monthly build)などと呼ばれるものもある。これらはデイリービルドと並行して進められ、デイリービルドの中でも安定したものをウィークリービルド、マンスリービルドとすることが多い。ビルドまでの間隔が約一週間であればウィークリービルド、約一ヶ月であればマンスリービルドといった具合である。 デイリービルドは通常、一連のテストが含まれており、これをと呼ぶ。これらのテストは、最新のビルドに含まれている変更によって何が正常に動作しなくなったのかを判断するときに役立つ。開発者を超えてユーザーなどが参加するスモークテストはと呼ばれる。 (ja)
  • Nightly build är en teknik inom agil systemutveckling som innebär att de senaste versionerna av olika samhörande programmoduler automatiskt sätts samman och kompileras under natten. Arbetssättet innebär att programmerarna börjar sin arbetsdag med att kontrollera att nattens version är fungerande och sedan testar denna samtidigt som de kompletterar/nyutvecklar sina programmoduler. Denna programmeringsrelaterade artikel saknar väsentlig information. Du kan hjälpa till genom att lägga till den. (sv)
  • 每日构建(Daily build)或每夜构建(Nightly build)是在每天进行最新版本程序的构建流程。编译首先可以确保所需依赖项的存在,其次可以进行测试确保无程序错误的存在。每日构建也通常被公开发布以接收对最新特性的反馈。在此语境中的构建一词是编译并链接所有构成程序的文件的结果。这种严谨流程在许多程序员为程序的同一部分编写代码的大型组织中极其重要。进行每日构建可确保开发者可以继续工作并对在完成工作的最后一天出现的新程序错误有着一定了解。 每日构建通常包括一系列测试,有时被称为(Smoke test)。包含这些测试是为了确定哪些特性在最新的构建版本中损坏。每日构建的重要一环是在项目发展中进行新测试与修订测试。 (zh)
dbo:wikiPageExternalLink
dbo:wikiPageID
  • 1126769 (xsd:integer)
dbo:wikiPageLength
  • 2722 (xsd:nonNegativeInteger)
dbo:wikiPageRevisionID
  • 1068093641 (xsd:integer)
dbo:wikiPageWikiLink
dbp:wikiPageUsesTemplate
dcterms:subject
gold:hypernym
rdf:type
rdfs:comment
  • Nightly build är en teknik inom agil systemutveckling som innebär att de senaste versionerna av olika samhörande programmoduler automatiskt sätts samman och kompileras under natten. Arbetssättet innebär att programmerarna börjar sin arbetsdag med att kontrollera att nattens version är fungerande och sedan testar denna samtidigt som de kompletterar/nyutvecklar sina programmoduler. Denna programmeringsrelaterade artikel saknar väsentlig information. Du kan hjälpa till genom att lägga till den. (sv)
  • 每日构建(Daily build)或每夜构建(Nightly build)是在每天进行最新版本程序的构建流程。编译首先可以确保所需依赖项的存在,其次可以进行测试确保无程序错误的存在。每日构建也通常被公开发布以接收对最新特性的反馈。在此语境中的构建一词是编译并链接所有构成程序的文件的结果。这种严谨流程在许多程序员为程序的同一部分编写代码的大型组织中极其重要。进行每日构建可确保开发者可以继续工作并对在完成工作的最后一天出现的新程序错误有着一定了解。 每日构建通常包括一系列测试,有时被称为(Smoke test)。包含这些测试是为了确定哪些特性在最新的构建版本中损坏。每日构建的重要一环是在项目发展中进行新测试与修订测试。 (zh)
  • A daily build or nightly build is the practice of completing a software build of the latest version of a program, on a daily basis. This is so it can first be compiled to ensure that all required dependencies are present, and possibly tested to show no bugs have been introduced. The daily build is also often publicly available allowing access to the latest features for feedback.In this context, a build is the result of compiling and linking all the files that make up a program. The use of such disciplined procedures as daily builds is particularly necessary in large organizations where many programmers are working on a single piece of software. Performing daily builds helps ensure that developers can work knowing with reasonable certainty that any new bugs that show up are a result of thei (en)
  • Unter Nightly Build, Nightly Snapshot oder kurz Nightly versteht man in der Softwareentwicklung einen im Entwicklungsverlauf frühzeitigen, ungetesteten oder zwischenzeitlichen Versionsstand eines Softwareprojektes. Er stellt eine Vorstufe der kontinuierlichen Integration dar. (de)
  • デイリービルド(英: daily build)は、毎日(もしくはそれに近い頻度で)行うプログラムの最新バージョンのビルドである。ナイトリービルド(英: nightly build)と呼ばれることが多い。デイリービルドは、バグをなくし動作を確実なものにするためや、新機能を追加するためにコンパイルされる。デイリービルドは公開されていることも多く、その場合ユーザーは最新の機能を使いながらフィードバックすることができる。デイリービルドは多くのプログラマーが単一のソフトウェアやカーネルで作業しているような場合に特に有用である。デイリービルドを実行することで、開発者は新しいバグが発生した際に、そのバグが昨日ではなく今日から発生しているという確信を得ることができる。 頻度に応じて、ウィークリービルド(英: weekly build)や、マンスリービルド(英: monthly build)などと呼ばれるものもある。これらはデイリービルドと並行して進められ、デイリービルドの中でも安定したものをウィークリービルド、マンスリービルドとすることが多い。ビルドまでの間隔が約一週間であればウィークリービルド、約一ヶ月であればマンスリービルドといった具合である。 (ja)
rdfs:label
  • Nightly Build (de)
  • Daily build (en)
  • デイリービルド (ja)
  • Nightly build (sv)
  • 每日构建 (zh)
rdfs:seeAlso
owl:sameAs
prov:wasDerivedFrom
foaf:isPrimaryTopicOf
is dbo:wikiPageRedirects of
is dbo:wikiPageWikiLink of
is foaf:primaryTopic of
Powered by OpenLink Virtuoso    This material is Open Knowledge     W3C Semantic Web Technology     This material is Open Knowledge    Valid XHTML + RDFa
This content was extracted from Wikipedia and is licensed under the Creative Commons Attribution-ShareAlike 3.0 Unported License