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