CI: Fail osx and linux on build failures. Fix decklink clang-format

This commit is contained in:
Colin Edwards
2020-02-09 19:10:57 -06:00
parent 82c3b3c817
commit fadbbc9588
2 changed files with 5 additions and 3 deletions

View File

@@ -41,6 +41,7 @@ jobs:
displayName: 'Cmake'
- bash: |
set -e
cd ./build
make -j4
cd -
@@ -126,6 +127,7 @@ jobs:
displayName: 'CMake'
- bash: |
set -e
cd ./build
make -j4
cd -