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