aboutsummaryrefslogtreecommitdiff
path: root/.github/ci/build.sh
diff options
context:
space:
mode:
Diffstat (limited to '.github/ci/build.sh')
-rwxr-xr-x.github/ci/build.sh18
1 files changed, 18 insertions, 0 deletions
diff --git a/.github/ci/build.sh b/.github/ci/build.sh
new file mode 100755
index 000000000..1c3a7f3b0
--- /dev/null
+++ b/.github/ci/build.sh
@@ -0,0 +1,18 @@
1#!/bin/bash
2## on push branch~=gh-readonly-queue/main/.*
3## on pull_request
4
5set -euo pipefail
6
7export RUSTUP_HOME=/ci/cache/rustup
8export CARGO_HOME=/ci/cache/cargo
9export CARGO_TARGET_DIR=/ci/cache/target
10if [ -f /ci/secrets/teleprobe-token.txt ]; then
11 echo Got teleprobe token!
12 export TELEPROBE_TOKEN=$(cat /ci/secrets/teleprobe-token.txt)
13fi
14
15hashtime restore /ci/cache/filetime.json || true
16hashtime save /ci/cache/filetime.json
17
18./ci.sh