Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/onqtam/doctest.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorViktor Kirilov <vik.kirilov@gmail.com>2020-12-16 12:57:51 +0300
committerViktor Kirilov <vik.kirilov@gmail.com>2020-12-16 14:12:05 +0300
commit0915b9dfb7169b93bd234b93c37cb6a9d6fa6fa1 (patch)
tree897ecec0974ede00055a5966fa2acbab592800b9 /.github
parenta075876fa784008e494730a06b851237895dca72 (diff)
more compilers in github actions, also disabling travis because it will be going away soon
Diffstat (limited to '.github')
-rw-r--r--.github/workflows/main.yml36
1 files changed, 25 insertions, 11 deletions
diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml
index 58993ac6..77140691 100644
--- a/.github/workflows/main.yml
+++ b/.github/workflows/main.yml
@@ -28,6 +28,8 @@ jobs:
ubuntu-18.04-gcc-7,
ubuntu-18.04-gcc-8,
ubuntu-18.04-gcc-9,
+ ubuntu-18.04-gcc-10,
+ ubuntu-18.04-gcc-11,
ubuntu-18.04-clang-3.5,
ubuntu-18.04-clang-3.6,
ubuntu-18.04-clang-3.7,
@@ -39,6 +41,8 @@ jobs:
ubuntu-18.04-clang-7,
ubuntu-18.04-clang-8,
ubuntu-18.04-clang-9,
+ ubuntu-18.04-clang-10,
+ ubuntu-18.04-clang-11,
windows-2016-cl,
windows-2016-clang-cl,
windows-2016-clang,
@@ -47,7 +51,6 @@ jobs:
windows-2019-clang-cl,
windows-2019-clang,
windows-2019-gcc,
- macOS-latest-xcode-11.0,
macOS-latest-xcode-11.3,
]
@@ -87,6 +90,16 @@ jobs:
compiler: gcc
version: "9"
+ - name: ubuntu-18.04-gcc-10
+ os: ubuntu-latest
+ compiler: gcc
+ version: "10"
+
+ - name: ubuntu-18.04-gcc-11
+ os: ubuntu-latest
+ compiler: gcc
+ version: "11"
+
- name: ubuntu-18.04-clang-3.5
os: ubuntu-18.04
compiler: clang
@@ -138,10 +151,20 @@ jobs:
version: "8"
- name: ubuntu-18.04-clang-9
- os: ubuntu-18.04
+ os: ubuntu-latest
compiler: clang
version: "9"
+ - name: ubuntu-18.04-clang-10
+ os: ubuntu-latest
+ compiler: clang
+ version: "10"
+
+ - name: ubuntu-18.04-clang-11
+ os: ubuntu-latest
+ compiler: clang
+ version: "11"
+
- name: windows-2016-cl
os: windows-2016
compiler: cl
@@ -162,13 +185,9 @@ jobs:
os: windows-2016
compiler: gcc
- # this one fails like this: https://github.com/onqtam/doctest/runs/683076654
- # #error Despite the presence of some Clang-related bits, this header currently does not support Clang.
- # perhaps _SILENCE_CLANG_CONCEPTS_MESSAGE could be used, as indicated in the error message...
- name: windows-2019-clang-cl
os: windows-2019
compiler: clang-cl
- #continue-on-error: true # nope, this doesn't work - still fails like this: https://github.com/onqtam/doctest/runs/683112050
- name: windows-2019-clang
os: windows-2019
@@ -178,11 +197,6 @@ jobs:
os: windows-2019
compiler: gcc
- - name: macOS-latest-xcode-11.0
- os: macOS-latest
- compiler: xcode
- version: "11"
-
- name: macOS-latest-xcode-11.3
os: macOS-latest
compiler: xcode