ci: Add compiler to job names

This commit is contained in:
Paweł Bylica 2019-09-26 15:56:40 +02:00
parent 9c070ce1ba
commit 90da09015a
No known key found for this signature in database
GPG Key ID: 7A0C037434FE77EF

View File

@ -109,7 +109,7 @@ jobs:
git commit -m "Update docs"
git push -f "https://$GITHUB_TOKEN@github.com/ethereum/evmc.git" HEAD:gh-pages
build-cxx17:
build-gcc8-cxx17:
docker:
- image: ethereum/cpp-build-env:12-gcc-8
environment:
@ -117,7 +117,7 @@ jobs:
steps:
- build_and_test
build-cxx17-ubsan:
build-gcc9-cxx17-ubsan:
docker:
- image: ethereum/cpp-build-env:12-gcc-9
environment:
@ -125,7 +125,7 @@ jobs:
steps:
- build_and_test
build-cxx14-asan:
build-clang9-cxx14-asan:
docker:
- image: ethereum/cpp-build-env:12-clang-9
environment:
@ -146,7 +146,7 @@ jobs:
steps:
- build_and_test
build-32bit:
build-gcc-32bit:
docker:
- image: ethereum/cpp-build-env:12-base
environment:
@ -246,20 +246,20 @@ workflows:
evmc:
jobs:
- lint
- build-cxx17
- build-cxx17-ubsan
- build-cxx14-asan
- build-gcc8-cxx17
- build-gcc9-cxx17-ubsan
- build-clang9-cxx14-asan
- build-gcc6
- build-clang38
- build-32bit
- build-gcc-32bit
- bindings-go-latest
- bindings-go-min
- bindings-rust:
requires:
- build-cxx17
- build-gcc8-cxx17
- bindings-rust-asan-combined:
requires:
- build-cxx14-asan
- build-clang9-cxx14-asan
- upload-docs:
requires:
- lint