Upgrade gcc version

This commit is contained in:
Konstantinos Sideris 2018-03-18 14:46:40 +02:00
parent fef7cd5b83
commit 4192a99927
2 changed files with 7 additions and 7 deletions

View File

@ -17,24 +17,24 @@ matrix:
- os: linux
compiler: gcc
env:
- CXX_COMPILER=g++-6
- C_COMPILER=gcc-6
- CXX_COMPILER=g++-7
- C_COMPILER=gcc-7
- QT_VERSION=592
- DEPLOYMENT=1
addons:
apt:
sources: ["ubuntu-toolchain-r-test"]
packages: ["g++-6", "ninja-build"]
packages: ["g++-7", "ninja-build"]
- os: linux
compiler: gcc
env:
- CXX_COMPILER=g++-6
- C_COMPILER=gcc-6
- CXX_COMPILER=g++-7
- C_COMPILER=gcc-7
- QT_VERSION=571
addons:
apt:
sources: ["ubuntu-toolchain-r-test"]
packages: ["g++-6", "ninja-build"]
packages: ["g++-7", "ninja-build"]
- os: linux
compiler: clang
env:

View File

@ -64,7 +64,7 @@ sudo apk add nheko
- [LMDB](https://symas.com/lightning-memory-mapped-database/).
- A compiler that supports C++11.
- Clang 3.8 (or greater).
- GCC 4.9.4 (or greater).
- GCC 7 (or greater).
#### Linux