Peter M. Groen
/
CLI11
Toggle navigation
Sign in
Sign in
Project
Files
Commits
Network
Graphs
Milestones
Issues
0
Merge Requests
0
Labels
Wiki
Download as
Email Patches
Plain Diff
Browse Code ยป
Commit
c7aff0ee6bed0ba67b4ff91bde830a25f09a9713
Authored by
Henry Schreiner
2022-08-15 11:42:20 -0400
1 parent
84756786
ci: fix GCC 4.8 missing dir issue
Inline
Side-by-side
Showing
1 changed file
with
4 additions
and
0 deletions
.ci/azure-build.yml
.ci/azure-build.yml
View file @
c7aff0e
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:
...
...