Skip to content

Commit

Permalink
e Remove CI builds for clang and gcc < v9
Browse files Browse the repository at this point in the history
Fixes #176
  • Loading branch information
claremacrae committed Apr 2, 2021
1 parent d63161e commit dbe5695
Showing 1 changed file with 0 additions and 35 deletions.
35 changes: 0 additions & 35 deletions .github/workflows/github_actions_build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -45,24 +45,6 @@ jobs:
fail-fast: false
matrix:
include:
# maybe add clang5 - which was tested in Travis

- job-name: 'clang6.0'
os-version: '18.04'
c-compiler: 'clang-6.0'
cxx-compiler: 'clang++-6.0'
generator: '"Unix Makefiles"'
relative_build_dir_path: ''

# maybe add clang7 - which was tested in Travis

- job-name: 'clang8'
os-version: '18.04'
c-compiler: 'clang-8'
cxx-compiler: 'clang++-8'
generator: '"Unix Makefiles"'
relative_build_dir_path: ''

- job-name: 'clang9'
os-version: '18.04'
c-compiler: 'clang-9'
Expand All @@ -77,23 +59,6 @@ jobs:
generator: '"Unix Makefiles"'
relative_build_dir_path: ''

# maybe add gcc5 - which was tested in Travis
# maybe add gcc6 - which was tested in Travis

- job-name: 'gcc7'
os-version: '18.04'
c-compiler: 'gcc-7'
cxx-compiler: 'g++-7'
generator: '"Unix Makefiles"'
relative_build_dir_path: ''

- job-name: 'gcc8'
os-version: '18.04'
c-compiler: 'gcc-8'
cxx-compiler: 'g++-8'
generator: '"Unix Makefiles"'
relative_build_dir_path: ''

- job-name: 'gcc9'
os-version: '18.04'
c-compiler: 'gcc-9'
Expand Down

0 comments on commit dbe5695

Please sign in to comment.