-
Notifications
You must be signed in to change notification settings - Fork 49
Open
Description
We can probably automatically configure a project using the project root and some conventional values.
(malinka-define-project
:name "ethereum"
:root-directory "/home/lefteris/ew/cpp-ethereum"
:build-directory "/home/lefteris/ew/cpp-ethereum/build"
:configure-cmd "cmake .. -DCMAKE_BUILD_TYPE=Debug -DHEADLESS=1"
:compile-cmd "make -j4"
:test-cmd "./test/testeth")
root, build, configure, compile seem like ones that can be generalized.
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels