mirror of
https://github.com/ethereum/solidity
synced 2023-10-03 13:03:40 +00:00
Build with four parallel jobs.
This commit is contained in:
parent
8259ce1e94
commit
556fe8a574
@ -105,7 +105,11 @@ jobs:
|
|||||||
command: ccache -M 80M && ccache -c && ccache -s && ccache -z
|
command: ccache -M 80M && ccache -c && ccache -s && ccache -z
|
||||||
- run:
|
- run:
|
||||||
name: Build
|
name: Build
|
||||||
command: ./scripts/build.sh RelWithDebInfo
|
command: |
|
||||||
|
mkdir -p build
|
||||||
|
cd build
|
||||||
|
cmake .. -DCMAKE_BUILD_TYPE=RelWithDebInfo
|
||||||
|
make -j4
|
||||||
- run:
|
- run:
|
||||||
name: CCache statistics
|
name: CCache statistics
|
||||||
command: ccache -s
|
command: ccache -s
|
||||||
|
Loading…
Reference in New Issue
Block a user