mirror of
https://github.com/ViViDboarder/bitwarden_rs.git
synced 2024-11-22 13:16:39 +00:00
adapt pipline to no enable conflicting features
This commit is contained in:
parent
ff759397f6
commit
edc26cb1e1
@ -10,7 +10,7 @@ steps:
|
|||||||
|
|
||||||
- script: |
|
- script: |
|
||||||
sudo apt-get update
|
sudo apt-get update
|
||||||
sudo apt-get install -y libmysql++-dev
|
sudo apt-get install -y libmariadb-dev
|
||||||
displayName: Install libmysql
|
displayName: Install libmysql
|
||||||
|
|
||||||
- script: |
|
- script: |
|
||||||
@ -18,5 +18,8 @@ steps:
|
|||||||
cargo -V
|
cargo -V
|
||||||
displayName: Query rust and cargo versions
|
displayName: Query rust and cargo versions
|
||||||
|
|
||||||
- script : cargo build --all-features
|
- script : cargo build --features sqlite enable_syslog
|
||||||
displayName: 'Build project'
|
displayName: 'Build project with sqlite backend'
|
||||||
|
|
||||||
|
- script : cargo build --features mysql enable_syslog
|
||||||
|
displayName: 'Build project with mysql backend'
|
||||||
|
Loading…
Reference in New Issue
Block a user