CI: Compile with g++-7 instead of 8.
continuous-integration/drone/push Build is passing Details

This commit is contained in:
tastytea 2019-10-27 05:06:12 +01:00
parent e1ee5d7b37
commit 9937ecf5b0
Signed by: tastytea
GPG Key ID: CFC39497F1B26E07
2 changed files with 3 additions and 3 deletions

View File

@ -13,11 +13,11 @@ trigger:
- tag
steps:
- name: gcc8
- name: gcc7
image: debian:buster-slim
pull: always
environment:
CXX: g++-8
CXX: g++-7
CXXFLAGS: -pipe -O2
LANG: en_US.utf-8
commands:

View File

@ -76,7 +76,7 @@ only.
==== Dependencies
* Tested OS: Linux
* C++ compiler (tested: {uri-gcc}[gcc] 8/9, {uri-clang}[clang] 6/7)
* C++ compiler (tested: {uri-gcc}[gcc] 7/8/9, {uri-clang}[clang] 6/7)
* {uri-cmake}[cmake] (at least: 3.6)
* {uri-poco}[POCO] (tested: 1.9 / 1.7)
* Optional: