Skip to content

Commit

Permalink
Circle CI: Test GCC 4.8
Browse files Browse the repository at this point in the history
  • Loading branch information
chfast committed Mar 10, 2019
1 parent bf7064d commit aff5e82
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions circle.yml
Original file line number Diff line number Diff line change
Expand Up @@ -77,6 +77,12 @@ jobs:
CXX: g++-6
CMAKE_OPTIONS: -DTOOLCHAIN=cxx17-pic

build-gcc4:
<<: *build
environment:
CC: gcc-4.8
CXX: g++-4.8

test-docs:
docker:
- image: ethereum/cpp-build-env
Expand Down Expand Up @@ -144,6 +150,7 @@ workflows:
- build-cxx11
- build-cxx14
- build-cxx17
- build-gcc4
- bindings-go-1.11
- bindings-go-1.10
- bindings-go-1.9
Expand Down

0 comments on commit aff5e82

Please sign in to comment.