pith. sign in

arxiv: 1305.4776 · v1 · pith:V4WGY4YTnew · submitted 2013-05-21 · 💻 cs.SE

Classification of automatic software build methods

classification 💻 cs.SE
keywords buildsoftwareotherautomatedautomaticcodelikescript
0
0 comments X
read the original abstract

The process of creating working software from source code and other components (like libraries, database files, etc.) is called "software build". Apart from linking and compiling, it can include other steps like automated testing, static code analysis, documentation generation, deployment and other. All that steps can be automated using a build description of some sort (e.g. script). This article classifies the automatic software build processes beginning at build script and reaching the various types of continuous integration.

This paper has not been read by Pith yet.

discussion (0)

Sign in with ORCID, Apple, or X to comment. Anyone can read and Pith papers without signing in.

Forward citations

Cited by 1 Pith paper

Reviewed papers in the Pith corpus that reference this work. Sorted by Pith novelty score.

  1. Your Build Scripts Stink: The State of Code Smells in Build Scripts

    cs.SE 2025-06 conditional novelty 7.0

    The study identifies 13 categories of code smells in build scripts, detects 10,895 occurrences across 5882 scripts from 4877 repositories, and finds common patterns like insecure URLs in Maven and hardcoded paths in G...