mirror of
https://github.com/servo/servo.git
synced 2025-08-04 13:10:20 +01:00
Upload compiled executable as an artifact
This commit is contained in:
parent
ad51acb554
commit
59ab0f85d5
2 changed files with 8 additions and 4 deletions
|
@ -3,8 +3,5 @@
|
|||
curl https://sh.rustup.rs -sSf | sh -s -- --default-toolchain none -y
|
||||
export PATH="$HOME/.cargo/bin:$PATH"
|
||||
|
||||
echo HOME=$HOME
|
||||
which cargo
|
||||
|
||||
cd something-rust
|
||||
cargo run
|
||||
cargo run --release
|
||||
|
|
|
@ -33,6 +33,13 @@ payload = {
|
|||
./child-task.sh
|
||||
""" % os.environ,
|
||||
],
|
||||
"artifacts": {
|
||||
"public/executable": {
|
||||
"type": "file",
|
||||
"path": "/repo/something-rust/target/release/something-rust",
|
||||
"expires": taskcluster.fromNowJSON("1 month"),
|
||||
},
|
||||
},
|
||||
},
|
||||
}
|
||||
# https://docs.taskcluster.net/docs/reference/workers/docker-worker/docs/features#feature-taskclusterproxy
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue