From e673fd9f916fcbd8e0ff04bb8ca6ca95dc5bb57d Mon Sep 17 00:00:00 2001 From: Quentin Le Sceller Date: Fri, 3 May 2019 11:19:03 -0400 Subject: [PATCH] Remove cursive and fix task names --- .ci/install.yml | 2 -- azure-pipelines.yml | 6 +++--- 2 files changed, 3 insertions(+), 5 deletions(-) diff --git a/.ci/install.yml b/.ci/install.yml index e270f3c3e..5c2ef45e2 100644 --- a/.ci/install.yml +++ b/.ci/install.yml @@ -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' ) \ No newline at end of file diff --git a/azure-pipelines.yml b/azure-pipelines.yml index 1e65eebb9..8775ed969 100644 --- a/azure-pipelines.yml +++ b/azure-pipelines.yml @@ -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: