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
+2
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 -
+3 -3
View File
@@ -29,9 +29,9 @@ fi
find . -type d \( -path ./deps \
-o -path ./cmake \
-o -path ./plugins/decklink/win \
-o -path ./plugins/decklink/mac \
-o -path ./plugins/decklink/linux \
-o -path ./plugins/decklink/win/decklink-sdk \
-o -path ./plugins/decklink/mac/decklink-sdk \
-o -path ./plugins/decklink/linux/decklink-sdk \
-o -path ./plugins/enc-amf \
-o -path ./plugins/mac-syphon/syphon-framework \
-o -path ./plugins/obs-outputs/ftl-sdk \