Skip to content

Migrate back to CMake build system (#46) #101

Migrate back to CMake build system (#46)

Migrate back to CMake build system (#46) #101

Workflow file for this run

# Main workflow file. This complex workflow declares
# primary automated jobs that are relevant to
# building and testing HyperCPU.
name: HyperCPU CI/CD Pipeline
on:
push:
jobs:
prepare:
uses: ./.github/workflows/mainline-prepare.yml
compile:
needs: prepare
uses: ./.github/workflows/mainline-compile.yml
format:
needs: prepare
uses: ./.github/workflows/mainline-format.yml
lint:
needs: prepare
uses: ./.github/workflows/mainline-lint.yml