/build-system

A tool which automatically detected a project's setup and attempts to build it. Not our recommended setup, but a cool experiment nonetheless.

Primary LanguageShellOtherNOASSERTION

release-engineers/build-system

Status: Beta

A tool which automatically detects a Release Engineers project's setup and builds it.

Usage

build-system is a GitHub Action

name: Build
steps:
  - uses: actions/checkout@v3
  - uses: release-engineers/build-system@v0
  - shell: bash
    run: |
      build-system <command>

Contributing

This is a Bash project mainly depending on Git, Poetry and Docker.

Development requires: