This commit is contained in:
parent
e7acd0e22b
commit
dc508f2342
1 changed files with 3 additions and 1 deletions
|
@ -1,8 +1,10 @@
|
||||||
pipeline:
|
pipeline:
|
||||||
backend:
|
build_and_test:
|
||||||
image: rust
|
image: rust
|
||||||
commands:
|
commands:
|
||||||
- apt update && apt-get -y --no-install-recommends install tar wget
|
- apt update && apt-get -y --no-install-recommends install tar wget
|
||||||
|
- rustup component add rustfmt
|
||||||
|
- rustup component add clippy
|
||||||
- rustup target add wasm32-unknown-unknown
|
- rustup target add wasm32-unknown-unknown
|
||||||
- wget -qO- https://github.com/thedodd/trunk/releases/download/v0.16.0/trunk-x86_64-unknown-linux-gnu.tar.gz | tar -xzf-
|
- wget -qO- https://github.com/thedodd/trunk/releases/download/v0.16.0/trunk-x86_64-unknown-linux-gnu.tar.gz | tar -xzf-
|
||||||
- mv ./trunk /usr/bin/
|
- mv ./trunk /usr/bin/
|
||||||
|
|
Loading…
Reference in a new issue