Skip to content
This repository has been archived by the owner on Jul 1, 2023. It is now read-only.

Commit

Permalink
Enable GCC 5 build
Browse files Browse the repository at this point in the history
  • Loading branch information
pietern committed Jan 28, 2020
1 parent 0b206da commit b9321f1
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -69,6 +69,11 @@ jobs:
workflows:
build:
jobs:
- build:
name: gcc5
docker_image: ubuntu:18.04
apt_get: "gcc-5 g++-5"
cmake_compiler: -DCMAKE_C_COMPILER=gcc-5 -DCMAKE_CXX_COMPILER=g++-5
- build:
name: gcc7
docker_image: ubuntu:18.04
Expand Down

0 comments on commit b9321f1

Please sign in to comment.