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: