From 51ea33519305025daa51ef67c4cb83b8da5542f3 Mon Sep 17 00:00:00 2001 From: namilsk Date: Sat, 29 Nov 2025 14:14:49 +0100 Subject: Added example BUILD file --- examples/BUILD | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) diff --git a/examples/BUILD b/examples/BUILD index e69de29..f7fb183 100644 --- a/examples/BUILD +++ b/examples/BUILD @@ -0,0 +1,18 @@ +build_system = "CMake" # For example, supported build systems: +# Enumerate from src/pkgtoolkit +# pub enum BuildSystems { +# Make, +# CMake, +# Meson, +# Cargo +# } + +# Environment variables, can be empty or removed +env = """ + export SHELL=/usr/bin/zsh + """ +# Custom script like from INSTALL +script = """ + make -j6 -f build/Makefile all + """ + -- cgit v1.2.3