CI. Cleanup azure-pipelines.yml

This commit is contained in:
lganzzzo 2019-08-16 03:56:51 +03:00
parent 259250674c
commit be4b42b854

View File

@ -14,7 +14,6 @@ jobs:
steps: steps:
- script: | - script: |
mkdir build mkdir build
- task: CMake@1
- script: | - script: |
cmake -DCMAKE_BUILD_TYPE=Release .. cmake -DCMAKE_BUILD_TYPE=Release ..
make make
@ -36,7 +35,6 @@ jobs:
steps: steps:
- script: | - script: |
mkdir build mkdir build
- task: CMake@1
- script: | - script: |
cmake -DOATPP_DISABLE_POOL_ALLOCATIONS=ON -DCMAKE_BUILD_TYPE=Release .. cmake -DOATPP_DISABLE_POOL_ALLOCATIONS=ON -DCMAKE_BUILD_TYPE=Release ..
make make
@ -58,7 +56,6 @@ jobs:
steps: steps:
- script: | - script: |
mkdir build mkdir build
- task: CMake@1
- script: | - script: |
cmake -DCMAKE_BUILD_TYPE=Release .. cmake -DCMAKE_BUILD_TYPE=Release ..
make make
@ -80,7 +77,6 @@ jobs:
steps: steps:
- script: | - script: |
mkdir build mkdir build
- task: CMake@1
- script: | - script: |
cmake -DOATPP_DISABLE_POOL_ALLOCATIONS=ON -DCMAKE_BUILD_TYPE=Release .. cmake -DOATPP_DISABLE_POOL_ALLOCATIONS=ON -DCMAKE_BUILD_TYPE=Release ..
make make
@ -102,7 +98,6 @@ jobs:
steps: steps:
- script: | - script: |
MD build MD build
- task: CMake@1
- script: | - script: |
cmake .. cmake ..
cmake --build . cmake --build .
@ -124,7 +119,6 @@ jobs:
steps: steps:
- script: | - script: |
MD build MD build
- task: CMake@1
- script: | - script: |
cmake -DOATPP_DISABLE_POOL_ALLOCATIONS=ON .. cmake -DOATPP_DISABLE_POOL_ALLOCATIONS=ON ..
cmake --build . cmake --build .