Update azure-pipelines.yml for Azure Pipelines

This commit is contained in:
Magne Sjaastad
2020-02-17 07:39:45 +01:00
parent 4d60961a30
commit 8596e53476
+5
View File
@@ -16,4 +16,9 @@ steps:
- script: | - script: |
echo Add other tasks to build, test, and deploy your project. echo Add other tasks to build, test, and deploy your project.
echo See https://aka.ms/yaml echo See https://aka.ms/yaml
mkdir cmakebuild
cd cmakebuild
cmake ..
cmake --build . --target ResInsight --config Release
displayName: 'Run a multi-line script' displayName: 'Run a multi-line script'