fix darwin build
add `cargo build -j 8 --features final --release -p ethstore #$CARGOFLAGS`
This commit is contained in:
parent
f187b15a43
commit
63bf2755ed
@ -378,6 +378,7 @@ darwin:
|
||||
- export COMMIT=$(git rev-parse HEAD)
|
||||
- export PLATFORM=x86_64-apple-darwin
|
||||
- cargo build -j 8 --features final --release #$CARGOFLAGS
|
||||
- cargo build -j 8 --features final --release -p ethstore #$CARGOFLAGS
|
||||
- rm -rf parity.md5
|
||||
- md5sum target/release/parity > parity.md5
|
||||
- export SHA3=$(target/release/parity tools hash target/release/parity)
|
||||
@ -411,7 +412,7 @@ windows:
|
||||
- tags
|
||||
- stable
|
||||
- triggers
|
||||
script:
|
||||
script: |
|
||||
- set PLATFORM=x86_64-pc-windows-msvc
|
||||
- set INCLUDE=C:\Program Files (x86)\Microsoft SDKs\Windows\v7.1A\Include;C:\vs2015\VC\include;C:\Program Files (x86)\Windows Kits\10\Include\10.0.10240.0\ucrt
|
||||
- set LIB=C:\vs2015\VC\lib;C:\Program Files (x86)\Windows Kits\10\Lib\10.0.10240.0\ucrt\x64
|
||||
|
Loading…
Reference in New Issue
Block a user