mirror of
https://github.com/CLIUtils/CLI11.git
synced 2025-04-30 12:43:52 +00:00
ci: fix GCC 4.8 missing dir issue
This commit is contained in:
parent
8475678660
commit
c7aff0ee6b
@ -1,4 +1,8 @@
|
|||||||
steps:
|
steps:
|
||||||
|
# Needed on GCC 4.8 docker image for some reason
|
||||||
|
- script: mkdir build
|
||||||
|
displalyName: "Make build directory"
|
||||||
|
|
||||||
- task: CMake@1
|
- task: CMake@1
|
||||||
inputs:
|
inputs:
|
||||||
cmakeArgs:
|
cmakeArgs:
|
||||||
|
Loading…
x
Reference in New Issue
Block a user