CI: added CXXFLAGS
the build failed Details

This commit is contained in:
tastytea 2018-10-22 02:12:12 +02:00
parent 9ad1eaba37
commit ea9048fb49
Signed by: tastytea
GPG Key ID: CFC39497F1B26E07
1 changed files with 6 additions and 0 deletions

View File

@ -4,6 +4,7 @@ pipeline:
pull: true
environment:
- LANG=C.utf8
- CXXFLAGS=-pipe -O2
commands:
- rm /etc/apt/apt.conf.d/docker-clean
- apt-get update -q
@ -35,6 +36,7 @@ pipeline:
event: [push, pull_request]
environment:
- LANG=C.utf8
- CXXFLAGS=-pipe -O2
commands:
- rm /etc/apt/apt.conf.d/docker-clean
- apt-get update -q
@ -69,6 +71,7 @@ pipeline:
event: [push, pull_request]
environment:
- LANG=C.utf8
- CXXFLAGS=-pipe -O2
commands:
- rm /etc/apt/apt.conf.d/docker-clean
- apt-get update -q
@ -103,6 +106,7 @@ pipeline:
event: [push, pull_request]
environment:
- LANG=C.utf8
- CXXFLAGS=-pipe -O2
- CXX=clang++
commands:
- rm /etc/apt/apt.conf.d/docker-clean
@ -129,6 +133,7 @@ pipeline:
event: [push, pull_request]
environment:
- LANG=C.utf8
- CXXFLAGS=-pipe -O2
- CXX=clang++-5.0
commands:
- rm /etc/apt/apt.conf.d/docker-clean
@ -158,6 +163,7 @@ pipeline:
event: [push, pull_request]
environment:
- LANG=C.utf8
- CXXFLAGS=-pipe -O2
- CXX=clang++-6.0
commands:
- rm /etc/apt/apt.conf.d/docker-clean