Add sources to builds.sr.ht manifests

This commit is contained in:
Jonas Platte 2020-04-24 18:38:37 +02:00
parent 1eb5bffbc6
commit 50218e27ab
No known key found for this signature in database
GPG Key ID: 7D261D771D915378
4 changed files with 8 additions and 0 deletions

View File

@ -1,6 +1,8 @@
image: archlinux image: archlinux
packages: packages:
- rustup - rustup
sources:
- https://github.com/ruma/ruma-serde
tasks: tasks:
- rustup: | - rustup: |
# We specify --profile minimal because we'd otherwise download docs # We specify --profile minimal because we'd otherwise download docs

View File

@ -1,6 +1,8 @@
image: archlinux image: archlinux
packages: packages:
- rustup - rustup
sources:
- https://github.com/ruma/ruma-serde
tasks: tasks:
- rustup: | - rustup: |
# We specify --profile minimal because we'd otherwise download docs # We specify --profile minimal because we'd otherwise download docs

View File

@ -1,6 +1,8 @@
image: archlinux image: archlinux
packages: packages:
- rustup - rustup
sources:
- https://github.com/ruma/ruma-serde
tasks: tasks:
- rustup: | - rustup: |
rustup toolchain install nightly --profile minimal rustup toolchain install nightly --profile minimal

View File

@ -1,6 +1,8 @@
image: archlinux image: archlinux
packages: packages:
- rustup - rustup
sources:
- https://github.com/ruma/ruma-serde
tasks: tasks:
- rustup: | - rustup: |
# We specify --profile minimal because we'd otherwise download docs # We specify --profile minimal because we'd otherwise download docs