We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8475678 commit c7aff0eCopy full SHA for c7aff0e
.ci/azure-build.yml
@@ -1,4 +1,8 @@
1
steps:
2
+ # Needed on GCC 4.8 docker image for some reason
3
+ - script: mkdir build
4
+ displalyName: "Make build directory"
5
+
6
- task: CMake@1
7
inputs:
8
cmakeArgs:
0 commit comments