aboutsummaryrefslogtreecommitdiffstats
path: root/.github/workflows
diff options
context:
space:
mode:
authorJay Berkenbilt <ejb@ql.org>2023-12-16 17:12:52 +0100
committerJay Berkenbilt <ejb@ql.org>2023-12-16 17:38:00 +0100
commit762f232146f3edc234c898b48e9daacf72ee9577 (patch)
tree60a6f31f14b9b125561c5fa3c15a5171c9afeece /.github/workflows
parentdb4ec7a9db7a0d87d459d7dc80f9a2afb4cbeadb (diff)
downloadqpdf-762f232146f3edc234c898b48e9daacf72ee9577.tar.zst
Add CI build for next C++ version
Diffstat (limited to '.github/workflows')
-rw-r--r--.github/workflows/main.yml8
1 files changed, 8 insertions, 0 deletions
diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml
index 7646a3d2..44f6b142 100644
--- a/.github/workflows/main.yml
+++ b/.github/workflows/main.yml
@@ -147,3 +147,11 @@ jobs:
- uses: actions/checkout@v3
- name: 'Unsigned Char Tests'
run: build-scripts/test-unsigned-char
+ CxxNext:
+ runs-on: ubuntu-latest
+ # Build after Fuzzers to save concurrent runners
+ needs: Fuzzers
+ steps:
+ - uses: actions/checkout@v3
+ - name: 'Build with Next C++ standard'
+ run: build-scripts/test-c++-next