Skip to content

Commit

Permalink
add gcc 7 to GitLab CI test matrix
Browse files Browse the repository at this point in the history
  • Loading branch information
Tobias Frust committed Jul 11, 2019
1 parent e425c08 commit 76d82e8
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions .gitlab-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,10 @@ build:gcc:latest:
build:gcc:8:
image: gcc:8
<<: *build

build:gcc:7:
image: gcc:7
<<: *build

test:gcc:latest:
image: gcc:latest
Expand All @@ -30,3 +34,9 @@ test:gcc:8:
<<: *test
dependencies:
- build:gcc:8

test:gcc:7:
image: gcc:7
<<: *test
dependencies:
- build:gcc:7

0 comments on commit 76d82e8

Please sign in to comment.