This commit is contained in:
parent
3085324706
commit
dfafc02864
1 changed files with 3 additions and 2 deletions
|
@ -1,9 +1,10 @@
|
||||||
steps:
|
steps:
|
||||||
- name: build
|
- name: build
|
||||||
image: rust
|
image: rust
|
||||||
environment:
|
|
||||||
- SCCACHE_WEBDAV_ENDPOINT=https://nations.lol/remote.php/dav/files/admin
|
|
||||||
commands:
|
commands:
|
||||||
|
- echo $SCCACHE_WEBDAV_ENDPOINT
|
||||||
|
- echo $SCCACHE_WEBDAV_USERNAME
|
||||||
|
- echo $SCCACHE_WEBDAV_PASSWORD
|
||||||
- apt-get -y update
|
- apt-get -y update
|
||||||
- apt-get -y install wayland-protocols wayland-utils libwayland-client0 libwayland-dev libasound2 libasound2-dev sccache
|
- apt-get -y install wayland-protocols wayland-utils libwayland-client0 libwayland-dev libasound2 libasound2-dev sccache
|
||||||
- cargo test
|
- cargo test
|
||||||
|
|
Loading…
Reference in a new issue