Skip to content

DBuild it's a easy way to compile packages/exe/dll in continuous integration environment

License

Notifications You must be signed in to change notification settings

Julianoeichelberger/DBuild

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

24 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

DBuild

DBuild is a way to compile Delphi Application/package easily (CI/CD). Work with BPL/DLL/EXE, Support (Win32 and Win64).

e.g: DBuild.exe -lp -b -ci -cfg "c:/DBuild.yaml"

Param -lp you can reset the delphi librarypath;

Param -b you'll make the build of the projects defined in DBuild.json;

param -i to install packages

param -m to generate metrics

Param -ci Execute in continuoes integration mode (without waiting for command);

Param -cfg It's for specify the configuration file directory "c:/DBuild.yaml". Defaults it's the same path of the DBuild.exe.

About

DBuild it's a easy way to compile packages/exe/dll in continuous integration environment

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages