Skip to content

Replace ad hoc build system #60

Replace ad hoc build system

Replace ad hoc build system #60

Workflow file for this run

name: CI
on:
push:
branches: [ main ]
pull_request:
jobs:
build:
runs-on: ubuntu-22.04
steps:
- name: Checkout
uses: actions/checkout@v4
- name: Install dependencies
run: cargo install --path crates/cargo-acap-sdk
- name: Run checks
run: |
make --always-make check_all
PACKAGE=licensekey_handler make build