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 13:13:56 +0300
committerViktor Kirilov <vik.kirilov@gmail.com>2020-12-16 14:12:05 +0300
commit24cded9be99d2c7e1af08106abb8b76775a1771d (patch)
treef0587d2f62791fc4f852fed205bb0620dfa87981 /.github
parent0915b9dfb7169b93bd234b93c37cb6a9d6fa6fa1 (diff)
testing build matrix
Diffstat (limited to '.github')
-rw-r--r--.github/workflows/main.yml36
1 files changed, 16 insertions, 20 deletions
diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml
index 77140691..c1fcbf99 100644
--- a/.github/workflows/main.yml
+++ b/.github/workflows/main.yml
@@ -28,8 +28,7 @@ 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-latest-gcc-10,
ubuntu-18.04-clang-3.5,
ubuntu-18.04-clang-3.6,
ubuntu-18.04-clang-3.7,
@@ -40,9 +39,9 @@ jobs:
ubuntu-18.04-clang-6.0,
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,
+ ubuntu-latest-clang-9,
+ ubuntu-latest-clang-10,
+ ubuntu-latest-clang-11,
windows-2016-cl,
windows-2016-clang-cl,
windows-2016-clang,
@@ -90,16 +89,11 @@ jobs:
compiler: gcc
version: "9"
- - name: ubuntu-18.04-gcc-10
+ - name: ubuntu-latest-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
@@ -150,20 +144,22 @@ jobs:
compiler: clang
version: "8"
- - name: ubuntu-18.04-clang-9
- os: ubuntu-latest
- compiler: clang
- version: "9"
+ # fails like this: https://github.com/onqtam/doctest/runs/1562896476?check_suite_focus=true
+ # - name: ubuntu-latest-clang-9
+ # os: ubuntu-latest
+ # compiler: clang
+ # version: "9"
- - name: ubuntu-18.04-clang-10
+ - name: ubuntu-latest-clang-10
os: ubuntu-latest
compiler: clang
version: "10"
- - name: ubuntu-18.04-clang-11
- os: ubuntu-latest
- compiler: clang
- version: "11"
+ # fails like this: https://github.com/onqtam/doctest/runs/1562896512?check_suite_focus=true
+ # - name: ubuntu-latest-clang-11
+ # os: ubuntu-latest
+ # compiler: clang
+ # version: "11"
- name: windows-2016-cl
os: windows-2016