Set up CI/CD build and release infrastructure with flavorpack integration
11 files · 1,585+ · 918-

CI/CD workflow and build configuration

4 files changed
  • build-release.yml New build-release workflow for creating distributable artifacts
  • test-build.yml New test-build workflow for CI validation
  • download-launcher.sh Script to download flavorpack launcher binaries
  • test-build-local.sh Local build testing script
  • Created build-release and test-build GitHub Actions workflows for CI/CD pipeline instantiate behavioral
    2 files
    • build-release.yml
    • test-build.yml
  • Added flavorpack launcher download script for packaging the provider binary instantiate internal
    1 file
    • download-launcher.sh

Build configuration and environment setup

5 files changed
  • pyvider.toml Pyvider build configuration file
  • pyproject.toml Updated project dependencies and configuration
  • env.ps1 PowerShell environment setup
  • env.sh Bash environment setup
  • wrkenv.toml Work environment configuration
  • Added pyvider.toml build configuration and updated pyproject.toml dependencies baseline internal
    2 files
    • pyvider.toml
    • pyproject.toml
  • Created environment setup scripts for development baseline internal
    3 files
    • env.ps1
    • env.sh
    • wrkenv.toml