mirror of
https://github.com/ethereum/solidity
synced 2023-10-03 13:03:40 +00:00
[CI] Add ubuntu:bionic gcc-7
This commit is contained in:
parent
d9addbcf49
commit
eb2f405466
@ -233,6 +233,18 @@ jobs:
|
|||||||
- store_artifacts: *artifacts_solc
|
- store_artifacts: *artifacts_solc
|
||||||
- persist_to_workspace: *artifacts_executables
|
- persist_to_workspace: *artifacts_executables
|
||||||
|
|
||||||
|
b_ubu18: &build_ubuntu1804
|
||||||
|
docker:
|
||||||
|
- image: ethereum/solidity-buildpack-deps:ubuntu1804
|
||||||
|
environment:
|
||||||
|
CMAKE_OPTIONS: -DCMAKE_CXX_FLAGS=-O2
|
||||||
|
CMAKE_BUILD_TYPE: RelWithDebugInfo
|
||||||
|
steps:
|
||||||
|
- checkout
|
||||||
|
- run: *run_build
|
||||||
|
- store_artifacts: *artifacts_solc
|
||||||
|
- persist_to_workspace: *artifacts_executables
|
||||||
|
|
||||||
b_ubu_codecov:
|
b_ubu_codecov:
|
||||||
<<: *build_ubuntu1904
|
<<: *build_ubuntu1904
|
||||||
environment:
|
environment:
|
||||||
@ -589,6 +601,7 @@ workflows:
|
|||||||
|
|
||||||
# Ubuntu 18.10 build and tests
|
# Ubuntu 18.10 build and tests
|
||||||
- b_ubu: *workflow_trigger_on_tags
|
- b_ubu: *workflow_trigger_on_tags
|
||||||
|
- b_ubu18: *workflow_trigger_on_tags
|
||||||
- t_ubu_cli: *workflow_ubuntu1904
|
- t_ubu_cli: *workflow_ubuntu1904
|
||||||
- t_ubu_homestead: *workflow_ubuntu1904
|
- t_ubu_homestead: *workflow_ubuntu1904
|
||||||
- t_ubu_homestead_opt: *workflow_ubuntu1904
|
- t_ubu_homestead_opt: *workflow_ubuntu1904
|
||||||
|
Loading…
Reference in New Issue
Block a user