jszhn

Recent Notes

  • ALOHA

    Feb 01, 2026

    • ARP

      Feb 01, 2026

      • American literature

        Feb 01, 2026

        • Assert

          Feb 01, 2026

          • Atomics

            Feb 01, 2026

            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 © 2026

            • Twitter
            • LinkedIn
            • GitHub