mirror of
https://gitlab.com/asus-linux/asusctl.git
synced 2026-01-22 17:33:19 +01:00
Update .gitlab-ci.yml file
This commit is contained in:
@@ -1,30 +1,30 @@
|
|||||||
image: rust:latest
|
image: rust:latest
|
||||||
|
|
||||||
.rust_cache: &rust_cache
|
.rust_cache: &rust_cache
|
||||||
cache: &rust_cache
|
cache:
|
||||||
# key: $CI_COMMIT_REF_SLUG
|
# key: $CI_COMMIT_REF_SLUG
|
||||||
paths:
|
paths:
|
||||||
# Don't include `incremental` to save space
|
# Don't include `incremental` to save space
|
||||||
# Debug
|
# Debug
|
||||||
- target/debug/build/
|
- target/debug/build/
|
||||||
- target/debug/deps/
|
- target/debug/deps/
|
||||||
- target/debug/.fingerprint/
|
- target/debug/.fingerprint/
|
||||||
- target/debug/.cargo-lock
|
- target/debug/.cargo-lock
|
||||||
# Release
|
# Release
|
||||||
- target/release/build/
|
- target/release/build/
|
||||||
- target/release/deps/
|
- target/release/deps/
|
||||||
- target/release/.fingerprint/
|
- target/release/.fingerprint/
|
||||||
- target/release/.cargo-lock
|
- target/release/.cargo-lock
|
||||||
|
|
||||||
before_script:
|
before_script:
|
||||||
- apt-get update -qq && apt-get install -y -qq libudev-dev libgtk-3-dev grep llvm clang libclang-dev
|
- apt-get update -qq && apt-get install -y -qq libudev-dev libgtk-3-dev grep llvm clang libclang-dev
|
||||||
|
|
||||||
stages:
|
stages:
|
||||||
- format
|
- format
|
||||||
- check
|
- check
|
||||||
- test
|
- test
|
||||||
- release
|
- release
|
||||||
- deploy
|
- deploy
|
||||||
|
|
||||||
format:
|
format:
|
||||||
except:
|
except:
|
||||||
|
|||||||
Reference in New Issue
Block a user