Commit c7aff0ee6bed0ba67b4ff91bde830a25f09a9713

Authored by Henry Schreiner
1 parent 84756786

ci: fix GCC 4.8 missing dir issue

Showing 1 changed file with 4 additions and 0 deletions
.ci/azure-build.yml
1 1 steps:
  2 + # Needed on GCC 4.8 docker image for some reason
  3 + - script: mkdir build
  4 + displalyName: "Make build directory"
  5 +
2 6 - task: CMake@1
3 7 inputs:
4 8 cmakeArgs:
... ...