fix travis and gitlab

pull/1334/head
Jeff Becker 5 years ago
parent 35bb7444fe
commit 28b10629de
No known key found for this signature in database
GPG Key ID: F357B3B42F6F9B05

@ -11,7 +11,7 @@ build:linux:
- linux
stage: build
before_script:
- apk add --update g++ make cmake linux-headers libcap-dev
- apk add --update g++ make cmake linux-headers libcap-dev libuv-dev
script:
- make STATIC_LINK=ON
artifacts:

@ -16,7 +16,7 @@ env:
- CCACHE_DIR=$HOME/.ccache
- BASE_OUTDIR=$TRAVIS_BUILD_DIR/out
- SDK_URL=https://bitcoincore.org/depends-sources/sdks
- DOCKER_PACKAGES="build-essential cmake git libcap-dev bsdmainutils curl git ca-certificates ccache"
- DOCKER_PACKAGES="build-essential cmake git libcap-dev bsdmainutils curl libuv1-dev git ca-certificates ccache"
matrix:
#- HOST=x86_64-w64-mingw32
- HOST=x86_64-unknown-linux-gnu

Loading…
Cancel
Save