This commit is contained in:
parent
5eae79df03
commit
88f23d73d6
@ -14,7 +14,7 @@ steps:
|
||||
commands:
|
||||
- apt-get update -y
|
||||
- apt-get install -y figlet
|
||||
- curl -o /usr/bin/sccache https://assets.paulbsd.com/sccache_linux_amd64
|
||||
- curl -o /usr/bin/sccache https://assets.paulbsd.com/sccache/sccache_linux_amd64
|
||||
- chmod +x /usr/bin/sccache
|
||||
- cargo build --verbose --all
|
||||
- cargo test --verbose --all
|
||||
@ -37,7 +37,7 @@ steps:
|
||||
commands:
|
||||
- apt-get update -y
|
||||
- apt-get install -y figlet
|
||||
- curl -o /usr/bin/sccache https://assets.paulbsd.com/sccache_linux_amd64
|
||||
- curl -o /usr/bin/sccache https://assets.paulbsd.com/sccache/sccache_linux_amd64
|
||||
- chmod +x /usr/bin/sccache
|
||||
- cargo build --release --verbose --all
|
||||
- cd target/release
|
||||
|
Loading…
Reference in New Issue
Block a user