Add some debugging statement to CI whilst we're here
continuous-integration/drone the build failed Details

This commit is contained in:
Olivier 'reivilibre' 2021-11-14 16:01:26 +00:00
parent e0339bf44b
commit 333452f409
1 changed files with 4 additions and 0 deletions

View File

@ -13,6 +13,8 @@ pipeline:
unitTests:
image: docker.bics.ga/rei_ci/rust-sccache
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
- cargo build --all
- cargo test --all
@ -20,6 +22,7 @@ pipeline:
RUSTC_WRAPPER: /usr/local/bin/sccache
SCCACHE_S3_USE_SLL: "true"
SCCACHE_ENDPOINT: "richie.m4.tanukitsu.net"
#SCCACHE_S3_KEY_PREFIX: "yama"
secrets:
- sccache_bucket
- aws_access_key_id
@ -45,6 +48,7 @@ pipeline:
RUSTC_WRAPPER: /usr/local/bin/sccache
SCCACHE_S3_USE_SLL: "true"
SCCACHE_ENDPOINT: "richie.m4.tanukitsu.net"
#SCCACHE_S3_KEY_PREFIX: "yama"
secrets:
- sccache_bucket
- aws_access_key_id