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
  • Loading branch information
claremacrae committed Apr 2, 2021
1 parent 0e30501 commit 1f83226
Showing 1 changed file with 0 additions and 33 deletions.
33 changes: 0 additions & 33 deletions .github/workflows/github_actions_build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,22 +31,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: ''

- 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 @@ -61,23 +45,6 @@ jobs:
generator: '"Unix Makefiles"'
relative_build_dir_path: ''

# maybe add gcc5 - which was tested in Travis
# maybe add gcc5 - 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 1f83226

Please sign in to comment.