mirror of
https://github.com/status-im/evmc.git
synced 2025-02-23 08:28:15 +00:00
ci: Add compiler to job names
This commit is contained in:
parent
9c070ce1ba
commit
90da09015a
20
circle.yml
20
circle.yml
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user