fix ci attempt 3
Some checks failed
continuous-integration/drone/push Build is failing

This commit is contained in:
LordMZTE 2022-03-13 01:50:28 +01:00
parent 5cf9da87b9
commit 3bdd088319

View file

@ -6,14 +6,14 @@ steps:
image: rust image: rust
commands: commands:
- apt update - apt update
- apt install luajit - apt -y install luajit
- cargo test -v - cargo test -v
- name: clippy-linux - name: clippy-linux
image: rust image: rust
commands: commands:
- apt update - apt update
- apt install luajit - apt -y install luajit
- 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 install luajit - apt -y install luajit
- 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 install luajit - apt -y install luajit
- cargo build --release --target x86_64-pc-windows-gnu -v - cargo build --release --target x86_64-pc-windows-gnu -v
- name: publish - name: publish