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