Skip to content

Remove C++17 support #160

Remove C++17 support

Remove C++17 support #160

Workflow file for this run

name: Pull Request
on:
pull_request:
branches: [ main ]
jobs:
test:
runs-on: ubuntu-22.04
strategy:
matrix:
compiler: [gcc13, clang16]
steps:
- uses: actions/checkout@v2
with:
submodules: true
- name: Bulid docker image
shell: bash
run: |
docker build \
-t pisa -f- . < "${{runner.workspace}}/pisa/test/docker/${{matrix.compiler}}/Dockerfile"
- name: Test
shell: bash
run: docker run pisa ctest -VV -j 4