This commit is contained in:
parent
5cf9da87b9
commit
3bdd088319
1 changed files with 4 additions and 4 deletions
|
@ -6,14 +6,14 @@ steps:
|
|||
image: rust
|
||||
commands:
|
||||
- apt update
|
||||
- apt install luajit
|
||||
- apt -y install luajit
|
||||
- cargo test -v
|
||||
|
||||
- name: clippy-linux
|
||||
image: rust
|
||||
commands:
|
||||
- apt update
|
||||
- apt install luajit
|
||||
- apt -y install luajit
|
||||
- rustup component add clippy
|
||||
- cargo clippy
|
||||
---
|
||||
|
@ -25,7 +25,7 @@ steps:
|
|||
image: rust
|
||||
commands:
|
||||
- apt update
|
||||
- apt install luajit
|
||||
- apt -y install luajit
|
||||
- cargo build --release -v
|
||||
- strip target/release/lmpt
|
||||
|
||||
|
@ -33,7 +33,7 @@ steps:
|
|||
image: lordmzte/rust-win
|
||||
commands:
|
||||
- apt update
|
||||
- apt install luajit
|
||||
- apt -y install luajit
|
||||
- cargo build --release --target x86_64-pc-windows-gnu -v
|
||||
|
||||
- name: publish
|
||||
|
|
Loading…
Reference in a new issue