Add some debugging statement to CI whilst we're here
continuous-integration/drone the build failed
Details
continuous-integration/drone the build failed
Details
This commit is contained in:
parent
e0339bf44b
commit
333452f409
|
@ -13,6 +13,8 @@ pipeline:
|
||||||
unitTests:
|
unitTests:
|
||||||
image: docker.bics.ga/rei_ci/rust-sccache
|
image: docker.bics.ga/rei_ci/rust-sccache
|
||||||
commands:
|
commands:
|
||||||
|
- export
|
||||||
|
- bash -c 'export'
|
||||||
- DEBIAN_FRONTEND=noninteractive apt-get -qq update && apt-get -yqq install pkg-config libssl-dev build-essential libsqlite3-dev > /dev/null
|
- DEBIAN_FRONTEND=noninteractive apt-get -qq update && apt-get -yqq install pkg-config libssl-dev build-essential libsqlite3-dev > /dev/null
|
||||||
- cargo build --all
|
- cargo build --all
|
||||||
- cargo test --all
|
- cargo test --all
|
||||||
|
@ -20,6 +22,7 @@ pipeline:
|
||||||
RUSTC_WRAPPER: /usr/local/bin/sccache
|
RUSTC_WRAPPER: /usr/local/bin/sccache
|
||||||
SCCACHE_S3_USE_SLL: "true"
|
SCCACHE_S3_USE_SLL: "true"
|
||||||
SCCACHE_ENDPOINT: "richie.m4.tanukitsu.net"
|
SCCACHE_ENDPOINT: "richie.m4.tanukitsu.net"
|
||||||
|
#SCCACHE_S3_KEY_PREFIX: "yama"
|
||||||
secrets:
|
secrets:
|
||||||
- sccache_bucket
|
- sccache_bucket
|
||||||
- aws_access_key_id
|
- aws_access_key_id
|
||||||
|
@ -45,6 +48,7 @@ pipeline:
|
||||||
RUSTC_WRAPPER: /usr/local/bin/sccache
|
RUSTC_WRAPPER: /usr/local/bin/sccache
|
||||||
SCCACHE_S3_USE_SLL: "true"
|
SCCACHE_S3_USE_SLL: "true"
|
||||||
SCCACHE_ENDPOINT: "richie.m4.tanukitsu.net"
|
SCCACHE_ENDPOINT: "richie.m4.tanukitsu.net"
|
||||||
|
#SCCACHE_S3_KEY_PREFIX: "yama"
|
||||||
secrets:
|
secrets:
|
||||||
- sccache_bucket
|
- sccache_bucket
|
||||||
- aws_access_key_id
|
- aws_access_key_id
|
||||||
|
|
Loading…
Reference in New Issue