We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 61fc3a2 commit 676ed8fCopy full SHA for 676ed8f
.cirrus.yml
.github/workflows/ci.yml
@@ -768,6 +768,24 @@ jobs:
768
run: env
769
if: ${{ always() }}
770
771
+ cxx_headers_debian:
772
+ name: "C++ (public headers)"
773
+ runs-on: ubuntu-latest
774
+ needs: docker_cache
775
+
776
+ steps:
777
+ - name: Checkout
778
+ uses: actions/checkout@v3
779
780
+ - name: CI script
781
+ uses: ./.github/actions/run-in-docker-action
782
+ with:
783
+ dockerfile: ./ci/linux-debian.Dockerfile
784
+ tag: linux-debian-image
785
+ command: |
786
+ g++ -Werror include/*.h
787
+ clang -Werror -x c++-header include/*.h
788
789
sage:
790
name: "SageMath prover"
791
runs-on: ubuntu-latest
0 commit comments