Dropped support for GCC 5.

This commit is contained in:
Patrick Lühne 2017-03-15 16:22:03 +01:00
parent 9e6d135781
commit f6a57053b0
No known key found for this signature in database
GPG Key ID: 05F3611E97A70ABF
2 changed files with 1 additions and 11 deletions

View File

@ -14,16 +14,6 @@ addons:
- re2c
matrix:
include:
- env: COMPILER_NAME=g++ _CXX=g++-5 _CC=gcc-5
os: linux
language: cpp
addons:
apt:
sources:
- *default_sources
packages:
- *default_packages
- g++-5
- env: COMPILER_NAME=g++ _CXX=g++-6 _CC=gcc-6
os: linux
language: cpp

View File

@ -15,7 +15,7 @@ $ anthem [options] file...
## Building
`anthem` requires [CMake](https://cmake.org/) and [Boost](http://www.boost.org/) for building.
After installing the dependencies, `anthem` is built with a C++14 compiler (preferrably GCC ≥ 6.1 or clang ≥ 3.8).
After installing the dependencies, `anthem` is built with a C++14 compiler (GCC ≥ 6.1 or clang ≥ 3.8).
```bash
$ git clone https://github.com/potassco/anthem.git