kryptokrona
  • Welcome to the Kryptokrona Wiki
  • ❓About
    • About Kryptokrona
    • Background and History
    • Kryptokrona Community
    • Contributing
    • Contributors
    • Frequently Asked Questions
    • Getting Started
    • Supporting
    • Technical Data
    • Timeline
  • 😎Developer
    • 😎Kryptokrona
      • Compiling from Source
      • Forking Kryptokrona
      • Local Testnet
      • Developer Resources
      • Running a Node on a Pi
      • Subwallets
      • kryptokronad behind HAProxy
      • CI/CD
      • Versioning
      • Help and Support
      • Kryptokrona API Docs
        • Daemon JSON RPC API
        • kryptokrona-wallet-backend-js
        • kryptokrona-service
        • RPC Errors
        • Wallet RPC API
        • Daemon HTTP RPC API
    • 🐦Hugin API
      • Setup
      • API usage examples
      • Build Test and Deployment
      • Dashboard
      • Database
      • Help and Support
      • Onion Services
      • Technologies
      • Test Environment
      • Testing
      • Websockets
      • Sponsors
      • Contribute
    • 🧰Kryptokrona Kotlin SDK
      • Getting Started
      • How To Use Kryptokrona SDK
  • πŸŽ“Guides
    • πŸ‘›Wallets
      • πŸ“œMaking a Paper Wallet
      • πŸ‘œMaking a Kryptokrona Wallet
      • πŸš‘Recovering your Wallet
      • πŸ’»Using Kryptokrona Desktop Wallet
      • πŸ’»Using Kryptokrona Desktop Wallet *deprecated*
      • πŸ›°οΈUsing Remote Nodes
      • πŸ‘ΎCommand Line
        • Using xkrwallet
    • 🐦Hugin API
      • Deploy Your Own Hugin API
  • 🐦Hugin Messenger
    • πŸ“±How to use Hugin Mobile
  • πŸ•ΈοΈNode
    • πŸ˜‡Deploy a Public Node (manually)
    • 🚒Deploy node with Docker
    • πŸ¦…Deploy a Hugin Full Node with Docker
    • πŸ‡Run a Node on a Raspberry Pi
    • ✏️How to configure the node?
    • πŸ₯ΎNode bootstrap
  • ⛏️Mining
    • ⛏️Get started with mining
    • 😎Solo-mining Kryptokrona
    • πŸ‡Mining with a SBC
    • πŸ§‘β€πŸŽ“πŸ§‘πŸŽ“ Mining Intro
    • πŸ“’Notes
    • 🌊Mining Pools
    • 🚚Mining with XMRig
    • πŸŠβ€β™‚οΈπŸŠβ™‚ Run a Mining Pool
    • πŸ“±Mining on Android
    • Mining on macOS
    • 🍯Mining on HiveOS
Powered by GitBook
On this page
  1. Developer
  2. Kryptokrona

CI/CD

This project is automatically built and tested using GitHub Actions. We have two pipelines:

  • Kryptokrona Main Pipeline - This is the pipeline that runs the code merged into our main branch.

  • Kryptokrona Pull Request Pipeline - This is the pipeline that runs each time a pull request come in so the reviewer has some help evaluating the code status.

The Kryptokrona Main Pipeline do everything the Kryptokrona Pull Request Pipeline does in addition to generate Doxygen and building and publishing a Docker Image to the project tagged by the project name, owner, repository and short form of commit SHA value.

The purpose of publishing prepared Docker images is to make it faster and easier to deploy a Kryptokrona node/pool.

Previouskryptokronad behind HAProxyNextVersioning

Last updated 2 years ago

😎
😎