Browse Source

fix cargo syntax

pull/493/head
Nils Domrose 6 years ago
parent
commit
f57b407c60
  1. 4
      azure-pipelines.yml

4
azure-pipelines.yml

@ -18,8 +18,8 @@ steps:
cargo -V
displayName: Query rust and cargo versions
- script : cargo build --features sqlite enable_syslog
- script : cargo build --features "sqlite enable_syslog"
displayName: 'Build project with sqlite backend'
- script : cargo build --features mysql enable_syslog
- script : cargo build --features "mysql enable_syslog"
displayName: 'Build project with mysql backend'

Loading…
Cancel
Save