Remove cursive and fix task names

This commit is contained in:
Quentin Le Sceller
2019-05-03 11:19:03 -04:00
parent 9d6694b9e6
commit e673fd9f91
2 changed files with 3 additions and 5 deletions
-2
View File
@@ -12,8 +12,6 @@ steps:
condition: eq( variables['Agent.OS'], 'Darwin' )
- script: |
curl https://sh.rustup.rs -sSf | sh -s -- -y
sudo apt-get update -yqq
sudo apt-get install -yqq --no-install-recommends libncursesw5-dev
echo "##vso[task.setvariable variable=PATH;]$PATH:$HOME/.cargo/bin"
displayName: Linux Install Rust and Dependencies
condition: eq( variables['Agent.OS'], 'Linux' )
+3 -3
View File
@@ -33,13 +33,13 @@ jobs:
vmImage: ubuntu-16.04
strategy:
matrix:
servers:
config/libwallet/api:
CI_JOB: test
CI_JOB_ARGS: config libwallet api
chain/core/keychain:
impls:
CI_JOB: test
CI_JOB_ARGS: impls
pool/p2p/src:
controller/.:
CI_JOB: test
CI_JOB_ARGS: controller .
release: