jszhn

Recent Notes

  • A* algorithm

    Oct 29, 2025

    • ALOHA

      Oct 29, 2025

      • ARP

        Oct 29, 2025

        • Accounting

          Oct 29, 2025

          • Activation function

            Oct 29, 2025

            Home

            ❯

            Build automation

            Build automation

            Sep 20, 20241 min read

            In software engineering, build automation refers to tools that allow programmers to build (i.e., compile) software in a portable, consistent way.

            Build automation also allows the implementation of continuous integration (CI) and continuous delivery (CD), since CI/CD tools can hook into build scripts because of their consistency.

            Sub-pages

            • Make, for C/C++
            • CMake, for C/C++
            • Meson, for C-like languages, C#, Java, and Rust
            • Maven, for Java
            • Cargo, for Rust

            Graph View

            Backlinks

            • CMake
            • Clang
            • Meson

            Created with Quartz v4.5.2 © 2025

            • Twitter
            • LinkedIn
            • GitHub