Skip to content

Latest commit

 

History

History
executable file
·
21 lines (13 loc) · 461 Bytes

README.md

File metadata and controls

executable file
·
21 lines (13 loc) · 461 Bytes

Factory - a flexible parallel build system

  • Configuration written in Python
  • Runs build steps simultaneously
  • Skips unnecessary commands

example image

Usage

See examples/call_rust_from_c for a complete example.

Building

Latest Rust nightly is required.

Python 3.7 or newer, including libpython3.X and libpython3.X-dev on Linux.

PYTHON_SYS_EXECUTABLE=python3.7 cargo build