needy icon indicating copy to clipboard operation
needy copied to clipboard

A C++ library dependency helper.

Results 24 needy issues
Sort by recently updated
recently updated
newest added

We have multiple projects and multiple libraries with similar (if not the same) build configurations: ``` libraries: openssl: repository: [email protected]:openssl/openssl.git commit: OpenSSL_1_0_1p project: build-steps: {% if platform == 'osx' %}...

feature

Currently, autotools configure scripts are the only ones supported. A new configure, make, install builder should be included when a configure script is present but isn't an Autotools script. Ideally,...

feature

for example, if a build requires clang 3.6 to be installed, maybe you could specify that with something like `prerequisites: ["clang:3.6+"]`

feature

It seems to me that, while Needy is geared towards the build/configuration of C/C++ applications, it is almost entirely language agnostic and could easily handle other languages by supporting their...

feature