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

This commit is contained in:
LordMZTE 2022-03-13 01:53:57 +01:00
parent 3bdd088319
commit 39c7967fe0

View file

@ -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