vw_small

Hardened fork of Vaultwarden (https://github.com/dani-garcia/vaultwarden) with fewer features.
git clone https://git.philomathiclife.com/repos/vw_small
Log | Files | Refs | README

commit 5fb6531db869ae395f1ac08695023d0dd27879d0
parent eb9d5e1196840a45a11329e46911c1db7ce7a496
Author: Emil Madsen <sovende@gmail.com>
Date:   Mon, 20 May 2019 21:54:01 +0200

Attempt to fix azure pipeline

Diffstat:
Mazure-pipelines.yml | 5+++++
1 file changed, 5 insertions(+), 0 deletions(-)

diff --git a/azure-pipelines.yml b/azure-pipelines.yml @@ -9,6 +9,11 @@ steps: displayName: 'Install Rust' - script: | + apt-get update + apt-get install -y libmysql++-dev + displayName: Install libmysql + +- script: | rustc -Vv cargo -V displayName: Query rust and cargo versions