Update azure-pipelines.yml
This commit is contained in:
parent
aa4c41bad2
commit
16fd8e3dbe
|
@ -32,7 +32,8 @@ steps:
|
||||||
-D CMAKE_BUILD_TYPE=Release ../ && \
|
-D CMAKE_BUILD_TYPE=Release ../ && \
|
||||||
cmake --build ." > Dockerfile
|
cmake --build ." > Dockerfile
|
||||||
docker build .
|
docker build .
|
||||||
displayname: 'Run ARMV6 docker build'
|
displayName: 'Run ARMV6 docker build'
|
||||||
|
|
||||||
#- 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
|
||||||
|
|
Loading…
Reference in New Issue