summaryrefslogtreecommitdiff
path: root/.github
diff options
context:
space:
mode:
authorBram <perl-rt@wizbit.be>2022-08-16 12:07:36 +0200
committerKarl Williamson <khw@cpan.org>2022-08-17 09:51:00 -0600
commitf83e59d8ea2781ba717b261b07d37a3df68a853c (patch)
treee79b1a056c13f2b910bc7224b89a0fb5b655237b /.github
parent79277e97f5c8cedf24a2686ea15b74abbc4b643a (diff)
downloadperl-f83e59d8ea2781ba717b261b07d37a3df68a853c.tar.gz
Add 'g++' build in the GitHub workflow
Also do a build with 'g++' since it can catch more errors. (I accidentally broke builds with g++ and that commit got merged on blead; smokers then reported build failures with g++ but it would have been nicer if I knew this before it got merged.)
Diffstat (limited to '.github')
-rw-r--r--.github/workflows/testsuite.yml1
1 files changed, 1 insertions, 0 deletions
diff --git a/.github/workflows/testsuite.yml b/.github/workflows/testsuite.yml
index 177b114f9d..a089af3c7d 100644
--- a/.github/workflows/testsuite.yml
+++ b/.github/workflows/testsuite.yml
@@ -149,6 +149,7 @@ jobs:
- "-Duseshrplib -Dusequadmath -Dusecbacktrace -Dusethreads"
- "-Duserelocatableinc"
- "-Dcc='clang'"
+ - "-Dcc='g++'"
steps:
- name: Install System dependencies