Remove CPP from CI testing matrix.
This commit is contained in:
parent
e6ba00cb81
commit
7389cfc60b
|
@ -12,33 +12,18 @@ jobs:
|
|||
- os: linux
|
||||
cpu: amd64
|
||||
TEST_LANG: c
|
||||
- os: linux
|
||||
cpu: amd64
|
||||
TEST_LANG: cpp
|
||||
- os: linux
|
||||
cpu: i386
|
||||
TEST_LANG: c
|
||||
- os: linux
|
||||
cpu: i386
|
||||
TEST_LANG: cpp
|
||||
- os: macos
|
||||
cpu: amd64
|
||||
TEST_LANG: c
|
||||
- os: macos
|
||||
cpu: amd64
|
||||
TEST_LANG: cpp
|
||||
- os: windows
|
||||
cpu: amd64
|
||||
TEST_LANG: c
|
||||
- os: windows
|
||||
cpu: amd64
|
||||
TEST_LANG: cpp
|
||||
- os: windows
|
||||
cpu: i386
|
||||
TEST_LANG: c
|
||||
- os: windows
|
||||
cpu: i386
|
||||
TEST_LANG: cpp
|
||||
include:
|
||||
- target:
|
||||
os: linux
|
||||
|
|
Loading…
Reference in New Issue