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: ...@@ -48,8 +48,8 @@ build synapse arm64:
- name: $CI_REGISTRY_IMAGE/synapse-${M_ARCH}:latest - name: $CI_REGISTRY_IMAGE/synapse-${M_ARCH}:latest
alias: synapse alias: synapse
variables: variables:
CXX: g++-8 CXX: g++-7
CC: gcc-8 CC: gcc-7
TRAVIS_OS_NAME: linux TRAVIS_OS_NAME: linux
before_script: before_script:
- apt-get update - apt-get update
...@@ -98,7 +98,7 @@ build linux amd64: ...@@ -98,7 +98,7 @@ build linux amd64:
M_ARCH: x86_64 M_ARCH: x86_64
COVERAGE: "ON" COVERAGE: "ON"
after_script: 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: build linux arm64:
extends: .build-linux 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