This commit is contained in:
Terik23 2018-03-30 16:56:17 +05:00 committed by terik23
parent 1517b529d3
commit 701befbed8

View file

@ -17,5 +17,5 @@ env:
script:
- cd build
- cmake .. -DCMAKE_BUILD_TYPE=$CONFIGURATION -DTARGET_CPU=$PLATFORM
- cmake --build .
- cmake --build . --config $CONFIGURATION
- ctest -V --output-on-failure -С $CONFIGURATION