mirror of
https://git.code.sf.net/p/libpng/code.git
synced 2025-07-10 18:04:09 +02:00
scripts: Add general-purpose utilities for continuous integration
Currently, libpng supports three different types of build automation: the GNU autotools, CMake, and a legacy of hand-made makefiles. In order to simplify the continous integration of all of the above build options, we introduce the following scripts: * ci_autotools.sh: CI utility for the Autotools build * ci_cmake.sh: CI utility for the CMake build * ci_legacy.sh: CI utility for the legacy makefiles
This commit is contained in:
@@ -75,5 +75,9 @@ Other supporting scripts:
|
||||
macro.lst => Used by autoconf tools
|
||||
prefix.dfn => Used by autoconf tools
|
||||
|
||||
ci_autotools.sh => Continuous integration utility for the Autotools build
|
||||
ci_cmake.sh => Continuous integration utility for the CMake build
|
||||
ci_legacy.sh => Continuous integration utility for the legacy makefiles
|
||||
|
||||
Further information can be found in comments in the individual makefiles.
|
||||
Further information can be found in comments in the individual scripts and
|
||||
makefiles.
|
||||
|
||||
Reference in New Issue
Block a user