Skip to content

Commit

Permalink
Remove cursive and fix task names
Browse files Browse the repository at this point in the history
  • Loading branch information
quentinlesceller committed May 3, 2019
1 parent 9d6694b commit e673fd9
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 5 deletions.
2 changes: 0 additions & 2 deletions .ci/install.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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' )
6 changes: 3 additions & 3 deletions azure-pipelines.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down

0 comments on commit e673fd9

Please sign in to comment.