diff options
Diffstat (limited to 'azure-pipelines.yml')
-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 |