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