Merge pull request #2391 from DDRBoxman/cifix
CI: Fail osx and linux on build failures. Fix decklink clang-formatmaster
commit
1b463bcbbb
|
@ -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 -
|
||||
|
|
|
@ -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 \
|
||||
|
|
Loading…
Reference in New Issue