Skip to content
Closed
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Test cargo and bazel cache
  • Loading branch information
Oleg Plakida committed Aug 6, 2023
commit 511c413bc20a7ec8b905c6cbacf972f9cc18ec56
11 changes: 9 additions & 2 deletions .gitlab-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ test-unit:
stage: test
script:
- echo "Test..."
build:
build-bazel:
stage: build
script:
- apt update && apt install apt-transport-https curl gnupg -y;
Expand All @@ -30,4 +30,11 @@ build:
- apt update && apt install bazel -y
- bazel build //cli --action_env=PATH=/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin --remote_cache=https://storage.googleapis.com/bazel-cache-parity-build --google_default_credentials


build-cargo:
stage: build
cache:
key: target
paths:
- target/
script:
- cargo build