turn off ci notifications
This commit is contained in:
parent
bdee6b43d6
commit
2bc0f0291f
1 changed files with 4 additions and 1 deletions
|
@ -18,4 +18,7 @@ script:
|
|||
- cd build
|
||||
- cmake .. -DCMAKE_BUILD_TYPE=$CONFIGURATION -DTARGET_CPU=$PLATFORM
|
||||
- cmake --build . --config $CONFIGURATION
|
||||
- ctest -V --output-on-failure -С $CONFIGURATION
|
||||
- ctest -V --output-on-failure -С $CONFIGURATION
|
||||
|
||||
notifications:
|
||||
email: false
|
Loading…
Reference in a new issue