add gcc build target

pull/3171/head
Kim Kulling 2020-04-27 19:51:59 +02:00 committed by GitHub
parent 0a66a2c670
commit 603a1200a2
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 4 additions and 1 deletions

View File

@ -19,9 +19,12 @@ jobs:
- os: windows-latest
cxx: cl.exe
cc: cl.exe
- os: ubuntu-latest
- os: ubuntu-latest.clang
cxx: clang++
cc: clang
- os: ubuntu-latest.gcc
cxx: g++
cc: gcc
- os: macos-latest
cxx: clang++
cc: clang