Skip to content
Snippets Groups Projects
Commit 2fdcc2e2 authored by Matus Novak's avatar Matus Novak
Browse files

Changing gcc versions on Circle CI

parent 8f1daf27
No related branches found
No related tags found
No related merge requests found
Pipeline #9482 failed
...@@ -52,23 +52,23 @@ jobs: ...@@ -52,23 +52,23 @@ jobs:
docker: docker:
- image: gcc:5.5.0 - image: gcc:5.5.0
compile_gcc_640: compile_gcc_650:
<<: *compile_gcc <<: *compile_gcc
docker: docker:
- image: gcc:6.4.0 - image: gcc:6.5.0
compile_gcc_730: compile_gcc_740:
<<: *compile_gcc <<: *compile_gcc
docker: docker:
- image: gcc:7.3.0 - image: gcc:7.4.0
compile_gcc_820: compile_gcc_830:
<<: *compile_gcc <<: *compile_gcc
docker: docker:
- image: gcc:8.2.0 - image: gcc:8.3.0
build_docs: build_docs:
docker: docker:
...@@ -156,18 +156,18 @@ workflows: ...@@ -156,18 +156,18 @@ workflows:
build_and_test: build_and_test:
jobs: jobs:
- compile_gcc_550 - compile_gcc_550
- compile_gcc_640: - compile_gcc_650:
requires: requires:
- compile_gcc_550 - compile_gcc_550
- compile_gcc_730: - compile_gcc_740:
requires: requires:
- compile_gcc_640 - compile_gcc_650
- compile_gcc_820: - compile_gcc_830:
requires: requires:
- compile_gcc_730 - compile_gcc_740
- build_docs: - build_docs:
requires: requires:
- compile_gcc_820 - compile_gcc_830
filters: filters:
branches: branches:
only: only:
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment