Skip to content
Snippets Groups Projects
Verified Commit 0b0d8660 authored by Nicolas Werner's avatar Nicolas Werner
Browse files

Use gcc7 in CI

parent 5a9bf993
No related branches found
No related tags found
No related merge requests found
Pipeline #1008 failed
......@@ -48,8 +48,8 @@ build synapse arm64:
- name: $CI_REGISTRY_IMAGE/synapse-${M_ARCH}:latest
alias: synapse
variables:
CXX: g++-8
CC: gcc-8
CXX: g++-7
CC: gcc-7
TRAVIS_OS_NAME: linux
before_script:
- apt-get update
......@@ -98,7 +98,7 @@ build linux amd64:
M_ARCH: x86_64
COVERAGE: "ON"
after_script:
- ./.ci/install.sh && ./.ci/coverage.sh && bash <(curl -s https://codecov.io/bash) -f build/coverage.info || echo "Codecov failed"
- ./.ci/coverage.sh && bash <(curl -s https://codecov.io/bash) -f build/coverage.info || echo "Codecov failed"
build linux arm64:
extends: .build-linux
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment