Skip to content

CMake: fix use of system cereal #157

CMake: fix use of system cereal

CMake: fix use of system cereal #157

Workflow file for this run

name: CI - ArchLinux
on:
push:
pull_request:
paths-ignore:
- CHANGELOG.md
jobs:
build-with-arch:
runs-on: "ubuntu-latest"
container:
image: archlinux/archlinux:base-devel
steps:
- run: pacman -Syu --noconfirm cmake eigen git libmatio python-scipy simde
- uses: actions/checkout@v4
with:
submodules: recursive
- run: cmake -B build -S . -DBUILD_PYTHON_INTERFACE=ON
- run: cmake --build build
- run: cmake --build build -t test