diff options
author | Stéphane Lenclud <github@lenclud.com> | 2019-09-07 11:52:37 +0200 |
---|---|---|
committer | Stéphane Lenclud <github@lenclud.com> | 2019-09-07 11:52:37 +0200 |
commit | 785cda5535061fb47a51a148d4294b5afc0c26f4 (patch) | |
tree | c8836ef7c34d6de26f16c7390ff8b98482738bdf | |
parent | ede6512a48594536e6faa20c9403d5d3e8e668b1 (diff) |
Update azure-pipelines.yml for Azure Pipelinesazure-pipelines
-rw-r--r-- | azure-pipelines.yml | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/azure-pipelines.yml b/azure-pipelines.yml index 1d22269a..2da7f2fd 100644 --- a/azure-pipelines.yml +++ b/azure-pipelines.yml @@ -16,4 +16,9 @@ steps: - script: | echo Add other tasks to build, test, and deploy your project. echo See https://aka.ms/yaml + set displayName: 'Run a multi-line script' + +- task: CMake@1 + inputs: + cmakeArgs:
\ No newline at end of file |