Fix to azure-pipelines.yml

This commit is contained in:
lganzzzo 2018-10-16 20:20:15 +03:00
parent 8ba15f53c1
commit dc215d0cf3

View File

@ -13,8 +13,6 @@ jobs:
clean: all
steps:
- task: CMake@1
inputs:
cmakeArgs:
- script: |
cmake -DCMAKE_BUILD_TYPE=Debug -DBUILD_SHARED_LIBS=OFF -DOATPP_INSTALL=OFF -DOATPP_BUILD_TESTS=ON
make