6 comments (6 comments)5 reactions (5 reactions)0 assignees (0 assignees)C651 forks (651 forks)auto 404
enhancementhelp wantedquestion
Repository metrics
- Stars
- 3,621 stars (3,621 stars)
- PR merge metrics
- PR metrics pending (PR metrics pending)
Description
cmake --build makes CMake ideal for CI(Continue Integrate). I think direct building is good for Premake to replace CMake. My problem is it is hard to build a library with Premake using conan package management. See conan issue https://github.com/conan-io/conan/issues/1559.
Contributor guide
- Research direction
- Study the command line parsing and execution flow in Premake. Look at how existing commands like 'generate' work. Then design a 'build' command that triggers the native build tool after generating files.
- Tech stack
- clua
- Domain
- build system
- Issue type
- Feature
- Prerequisites
- GitCLua