Skip to content

Commit

Permalink
e Correct the comments about missing builds from Travis
Browse files Browse the repository at this point in the history
  • Loading branch information
claremacrae committed Dec 31, 2020
1 parent 2b1332c commit c46da09
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/github_actions_build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -54,6 +54,8 @@ jobs:
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'
Expand All @@ -76,7 +78,7 @@ jobs:
relative_build_dir_path: ''

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

- job-name: 'gcc7'
os-version: '18.04'
Expand Down

0 comments on commit c46da09

Please sign in to comment.