~starkingdoms/starkingdoms

f3dc1b3d46905ffdcc066714a38ffafeba69e346 — core 1 year, 8 months ago a19fdde
sccache test
1 files changed, 25 insertions(+), 1 deletions(-)

M .woodpecker/.backplane.yaml
M .woodpecker/.backplane.yaml => .woodpecker/.backplane.yaml +25 -1
@@ 6,6 6,14 @@ steps:
      - rustfmt **/*.rs --check --edition 2021 --color always
    environment:
      CARGO_INCREMENTAL: "0"
      SCCACHE_ENDPOINT: https://eaa2f15b55afa10361622796530d22c6.r2.cloudflarestorage.com/stk-sccache
      SCCACHE_BUCKET: stk-sccache
      SCCACHE_REGION: auto
      AWS_ACCESS_KEY_ID:
        from_secret: s3_id
      AWS_SECRET_ACCESS_KEY:
        from_secret: s3_key
      RUSTC_WRAPPER: sccache
  - name: backplane_clippy
    image: registry.gitlab.com/starkingdoms.tk/starkingdoms.tk/build_env:2024040603
    commands:


@@ 13,10 21,26 @@ steps:
      - cargo clippy --profile release-ci --color always
    environment:
      CARGO_INCREMENTAL: "0"
      SCCACHE_ENDPOINT: https://eaa2f15b55afa10361622796530d22c6.r2.cloudflarestorage.com/stk-sccache
      SCCACHE_BUCKET: stk-sccache
      SCCACHE_REGION: auto
      AWS_ACCESS_KEY_ID:
        from_secret: s3_id
      AWS_SECRET_ACCESS_KEY:
        from_secret: s3_key
      RUSTC_WRAPPER: sccache
  - name: backplane_build
    image: registry.gitlab.com/starkingdoms.tk/starkingdoms.tk/build_env:2024040603
    commands:
      - cd starkingdoms-backplane
      - cargo build --profile release-ci --color always
    environment:
      CARGO_INCREMENTAL: "0"
\ No newline at end of file
      CARGO_INCREMENTAL: "0"
      SCCACHE_ENDPOINT: https://eaa2f15b55afa10361622796530d22c6.r2.cloudflarestorage.com/stk-sccache
      SCCACHE_BUCKET: stk-sccache
      SCCACHE_REGION: auto
      AWS_ACCESS_KEY_ID:
        from_secret: s3_id
      AWS_SECRET_ACCESS_KEY:
        from_secret: s3_key
      RUSTC_WRAPPER: sccache
\ No newline at end of file