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