Skip to content

Commit

Permalink
Add "C++ (public headers)" job
Browse files Browse the repository at this point in the history
  • Loading branch information
hebasto committed Aug 15, 2023
1 parent 5f7de40 commit 044f038
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -54,6 +54,13 @@ jobs:
build\src\RelWithDebInfo\bench_internal.exe
build\src\RelWithDebInfo\bench.exe
- name: C++ (public headers)
run: cl.exe -c -WX -TP include/*.h || true

- uses: ilammy/msvc-dev-cmd@v1
- name: C++ (public headers)
run: cl.exe -c -WX -TP include/*.h

sage:
name: "SageMath prover"
runs-on: ubuntu-latest
Expand Down

0 comments on commit 044f038

Please sign in to comment.