Fix ci
This commit is contained in:
parent
b0902967d1
commit
c0f74c169c
|
@ -6,13 +6,11 @@ steps:
|
|||
Build - Debug:
|
||||
image: *rust_image
|
||||
commands:
|
||||
- apt update
|
||||
- apt install libudev-dev lua5.4 liblua5.4-dev -y
|
||||
- apk --update add libudev-zero lua5.4 lua5.4-dev musl-dev --no-interactive
|
||||
- cargo build
|
||||
|
||||
Test - Debug:
|
||||
image: *rust_image
|
||||
commands:
|
||||
- apt update
|
||||
- apt install libudev-dev lua5.4 liblua5.4-dev -y
|
||||
- apk --update add libudev-zero lua5.4 lua5.4-dev musl-dev --no-interactive
|
||||
- cargo test --all
|
||||
|
|
|
@ -8,13 +8,11 @@ steps:
|
|||
Build - Release:
|
||||
image: *rust_image
|
||||
commands:
|
||||
- apt update
|
||||
- apt install libudev-dev lua5.4 liblua5.4-dev -y
|
||||
- apk --update add libudev-zero lua5.4 lua5.4-dev musl-dev --no-interactive
|
||||
- cargo build --release
|
||||
|
||||
Test - Release:
|
||||
image: *rust_image
|
||||
commands:
|
||||
- apt update
|
||||
- apt install libudev-dev lua5.4 liblua5.4-dev -y
|
||||
- apk --update add libudev-zero lua5.4 lua5.4-dev musl-dev --no-interactive
|
||||
- cargo test --all --release
|
||||
|
|
Loading…
Reference in New Issue