ACR is an autoconf like tool that allows you to create configure scripts for your programs. The main aim of this tool is to teach developers how to create portable builds of their tools, just using generic functions wrapped by acr to generate portable shellscript.
Mini-CI is a small daemon to perform continuous integration (CI) for a single repository/project. Most other CI software is complicated to setup and use due to feature bloat and hiding what is going on underneath with GUIs. If you know how to build your project from the command line, setting up Mini-CI should be easy.
Build native packages for different systems
- Universal zip,tar.gz, xz archives
- deb and rpm packages for Debian/RHEL based systems
- dmg for OSX
- msi for Windows
- docker images
Provide archetypes for common use cases
- Java application with startscripts for linux/osx/windows
- Java server additional autostart configurations
A collection of Gradle plugins to support:
** fetching source code from Mercurial (Hg) and Subversion (SVN) repositories;
** packaging up large numbers of artifacts (e.g. DLLs, PDBs, static libs, and header files) into multiple zips to be published to Ivy repository and subsequently fetching and
... [More] unpacking these artifacts in the same directory structure;
** storing credentials securely in the Windows Credential Manager;
** invoking Visual Studio (devenv);
** custom deletion rules for cleaning up Artifactory repositories. [Less]
This site uses cookies to give you the best possible experience.
By using the site, you consent to our use of cookies.
For more information, please see our
Privacy Policy