Skip to content

Converted half the interceptors to use macros #8

Converted half the interceptors to use macros

Converted half the interceptors to use macros #8

Workflow file for this run

name: Build
on:
push:
workflow_dispatch:
env:
BUILD_CONFIG: Release
BUILD_DIR: build
jobs:
test:
strategy:
fail-fast: false
matrix:
include:
- name: linux
os: ubuntu-latest
# - name: macOS
# os: macos-latest
# generator: "-G Xcode"
runs-on: ${{ matrix.os }}
steps:
- uses: actions/checkout@v3
with:
submodules: true
- name: "Build and test"
shell: bash
run: |
ctest --build-and-test . ./build_$OSTYPE --build-generator "Unix Makefiles" --test-command ctest --verbose