reduce special cases to only Ubuntu+GCC, disable Python CI for Ubuntu GCC9
parent
88e393ec60
commit
21988f399e
|
@ -20,7 +20,7 @@ jobs:
|
||||||
# See https://help.github.com/en/articles/workflow-syntax-for-github-actions.
|
# See https://help.github.com/en/articles/workflow-syntax-for-github-actions.
|
||||||
name: [
|
name: [
|
||||||
ubuntu-18.04-gcc-5,
|
ubuntu-18.04-gcc-5,
|
||||||
ubuntu-18.04-gcc-9,
|
# ubuntu-18.04-gcc-9, # TODO Disabled for now because of timeouts
|
||||||
ubuntu-18.04-clang-9,
|
ubuntu-18.04-clang-9,
|
||||||
macOS-10.15-xcode-11.3.1,
|
macOS-10.15-xcode-11.3.1,
|
||||||
]
|
]
|
||||||
|
|
|
@ -19,16 +19,11 @@ jobs:
|
||||||
matrix:
|
matrix:
|
||||||
# Github Actions requires a single row to be added to the build matrix.
|
# Github Actions requires a single row to be added to the build matrix.
|
||||||
# See https://help.github.com/en/articles/workflow-syntax-for-github-actions.
|
# See https://help.github.com/en/articles/workflow-syntax-for-github-actions.
|
||||||
name: [
|
name:
|
||||||
|
[
|
||||||
ubuntu-gcc-deprecated,
|
ubuntu-gcc-deprecated,
|
||||||
ubuntu-gcc-quaternions,
|
ubuntu-gcc-quaternions,
|
||||||
ubuntu-gcc-points-vector,
|
ubuntu-gcc-points-vector,
|
||||||
macos-xcode-deprecated,
|
|
||||||
macos-xcode-quaternions,
|
|
||||||
macos-xcode-points-vector,
|
|
||||||
ubuntu-clang-deprecated,
|
|
||||||
ubuntu-clang-quaternions,
|
|
||||||
ubuntu-clang-points-vector
|
|
||||||
]
|
]
|
||||||
|
|
||||||
build_type: [Debug, Release]
|
build_type: [Debug, Release]
|
||||||
|
@ -52,42 +47,6 @@ jobs:
|
||||||
version: "9"
|
version: "9"
|
||||||
flag: points-vector
|
flag: points-vector
|
||||||
|
|
||||||
- name: macos-xcode-deprecated
|
|
||||||
os: macOS-10.15
|
|
||||||
compiler: xcode
|
|
||||||
version: "11.3.1"
|
|
||||||
flag: deprecated
|
|
||||||
|
|
||||||
- name: macos-xcode-quaternions
|
|
||||||
os: macOS-10.15
|
|
||||||
compiler: xcode
|
|
||||||
version: "11.3.1"
|
|
||||||
flag: quaternions
|
|
||||||
|
|
||||||
- name: macos-xcode-points-vector
|
|
||||||
os: macOS-10.15
|
|
||||||
compiler: xcode
|
|
||||||
version: "11.3.1"
|
|
||||||
flag: points-vector
|
|
||||||
|
|
||||||
- name: ubuntu-clang-deprecated
|
|
||||||
os: ubuntu-18.04
|
|
||||||
compiler: clang
|
|
||||||
version: "9"
|
|
||||||
flag: deprecated
|
|
||||||
|
|
||||||
- name: ubuntu-clang-quaternions
|
|
||||||
os: ubuntu-18.04
|
|
||||||
compiler: clang
|
|
||||||
version: "9"
|
|
||||||
flag: quaternions
|
|
||||||
|
|
||||||
- name: ubuntu-clang-points-vector
|
|
||||||
os: ubuntu-18.04
|
|
||||||
compiler: clang
|
|
||||||
version: "9"
|
|
||||||
flag: points-vector
|
|
||||||
|
|
||||||
steps:
|
steps:
|
||||||
- name: Checkout
|
- name: Checkout
|
||||||
uses: actions/checkout@master
|
uses: actions/checkout@master
|
||||||
|
|
Loading…
Reference in New Issue