Skip to content

v1.4.0

Compare
Choose a tag to compare
@hollowaykeanho hollowaykeanho released this 18 Sep 00:32
· 295 commits to main since this release
c59d92e

Notable Changes

  1. Supported Python Programming Language foundational development infrastructure.
  2. Added AutomataCI into repository.
  3. AutomataCI is capable of setting up host environment using HomeBrew or Chocolatey depending on its OS.
  4. AutomataCI is capable of setting up the tech-specific infrastructures.
  5. AutomataCI is capable of preparing the tech-specific dependencies and repo for development.
  6. AutomataCI is capable of building binaries both manually and autonomously.
  7. AutomataCI is capable of testing source codes both manually and autonomously.
  8. AutomataCI is capable of packaging .deb package.
  9. AutomataCI is capable of packaging .rpm package.
  10. AutomataCI is capable of packaging .flatpak package.
  11. AutomataCI is capable of packaging OCI-friendly Docker image for multiple OS (via buildx).
  12. AutomataCI is capable of packaging conventional .tar.xz and .zip archives.
  13. AutomataCI is capable of releasing .deb into an apt-get capable apt repository.
  14. AutomataCI is capable of releasing .rpm into a rpm install capable yum repository.
  15. AutomataCI is capable of publishing flatpak into a private static repository.
  16. AutomataCI is capable of utilizing GPG for securing all packages' integrity alongside SHA256 and SHA512 checksum.

Python

  1. AutomataCI is capable of packaging PyPi package.
  2. AutomataCI is capable of publishing PyPi package.
  3. AutomataCI is capable of generating heat-map based test coverage report in HTML format.
  4. AutomataCI is capable of building single binary application based on host machine's OS and ARCH system.

GitHub

  1. GitHub Actions enabled by default.
  2. GitHub facilities are supported by default.
  3. GitHub Pages is enabled by default via gh-pages which is compatible with GitLab Pages.