Skip to content

Update septum to use alire build profiles. #74

Update septum to use alire build profiles.

Update septum to use alire build profiles. #74

Workflow file for this run

name: Unit Tests
on:
push:
branches: [ main, workflows ]
pull_request:
branches: [ main, workflows ]
jobs:
build:
name: CI on ${{ matrix.os }}
runs-on: ${{ matrix.os }}
strategy:
matrix:
os: [windows-latest, ubuntu-latest]
steps:
- name: Checkout
uses: actions/checkout@v3
- name: alire-project/setup-alire@v2
uses: alire-project/setup-alire@v2
- name: Build
working-directory: tests/
run: |
alr --no-tty build
alr run