mirror of
https://github.com/ViViDboarder/bitwarden_rs.git
synced 2024-11-04 20:36:38 +00:00
10 lines
127 B
YAML
10 lines
127 B
YAML
dist: xenial
|
|
|
|
language: rust
|
|
rust: nightly
|
|
cache: cargo
|
|
|
|
# Nothing to install
|
|
install: true
|
|
script: cargo build --all-features
|