Skip to content

Rename environment variables controlling the Makefile #64

Rename environment variables controlling the Makefile

Rename environment variables controlling the Makefile #64

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 cross
- name: Run checks
run: |
make --always-make check_all
AXIS_PACKAGE=licensekey_handler make build
AXIS_PACKAGE=embedded_web_page make build