Skip to content

Replace mapbox/variant.hpp with std::variant #10

Replace mapbox/variant.hpp with std::variant

Replace mapbox/variant.hpp with std::variant #10

Workflow file for this run

name: ci
on:
push:
branches:
- main
pull_request:
branches:
- main
jobs:
pre_job:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- run: cmake -S . -B build
- run: cmake --build build --target unit-tests
- run: |
chmod +x build/unit-tests
build/unit-tests