tree: 1b82421e3da676fa036be2c2d1984060621eaba3
  1. lib/
  2. libexec/
  3. targets/
  4. .shellcheckrc
  5. ci_lint.sh
  6. ci_verify_cmake.sh
  7. ci_verify_configure.sh
  8. ci_verify_makefiles.sh
  9. ci_verify_version.sh
  10. README.md
ci/README.md

Scripts for the Continuous Integration of the PNG Reference Library

Copyright Notice

Copyright (C) 2019 Cosmin Truta.

Use, modification and distribution are subject to the MIT License. Please see the accompanying file LICENSES/MIT.txt or visit https://opensource.org/license/mit

File List

README.md               ==>  This file
ci_lint.sh              ==>  Lint the source code
ci_verify_cmake.sh      ==>  Verify the build driven by CMakeLists.txt
ci_verify_configure.sh  ==>  Verify the build driven by configure
ci_verify_makefiles.sh  ==>  Verify the build driven by scripts/makefile.*
ci_verify_version.sh    ==>  Verify the consistency of version definitions
lib/ci.lib.sh           ==>  Shell library for the main ci_*.sh scripts
libexec/ci_*.sh         ==>  Shell utilities for the main ci_*.sh scripts
targets/*/ci_env.*.sh   ==>  Shell environments for cross-platform testing