mirror of
https://github.com/ethereum/solidity
synced 2023-10-03 13:03:40 +00:00
Add clang7 build step
This commit is contained in:
parent
036929aba1
commit
0d1b4d6f33
@ -139,6 +139,29 @@ jobs:
|
||||
paths:
|
||||
- "*"
|
||||
|
||||
build_x86_clang7:
|
||||
docker:
|
||||
- image: buildpack-deps:cosmic
|
||||
environment:
|
||||
TERM: xterm
|
||||
CC: /usr/bin/clang-7
|
||||
CXX: /usr/bin/clang++-7
|
||||
steps:
|
||||
- checkout
|
||||
- run:
|
||||
name: Install build dependencies
|
||||
command: |
|
||||
apt-get -qq update
|
||||
apt-get -qy install clang-7 cmake libboost-regex-dev libboost-filesystem-dev libboost-test-dev libboost-system-dev libboost-program-options-dev libz3-dev
|
||||
./scripts/install_obsolete_jsoncpp_1_7_4.sh
|
||||
- run: *setup_prerelease_commit_hash
|
||||
- run: *run_build
|
||||
- store_artifacts: *solc_artifact
|
||||
- persist_to_workspace:
|
||||
root: build
|
||||
paths:
|
||||
- "*"
|
||||
|
||||
build_x86_mac:
|
||||
macos:
|
||||
xcode: "10.0.0"
|
||||
@ -296,6 +319,7 @@ workflows:
|
||||
requires:
|
||||
- build_emscripten
|
||||
- build_x86_linux: *build_on_tags
|
||||
- build_x86_clang7: *build_on_tags
|
||||
- build_x86_mac: *build_on_tags
|
||||
- test_x86_linux:
|
||||
<<: *build_on_tags
|
||||
|
Loading…
Reference in New Issue
Block a user