mirror of
https://git.libssh.org/projects/libssh.git
synced 2026-02-11 10:40:27 +09:00
ci: Do not run macos tests on third-party MRs
The macos images are not available for third-party contributors and they prevent the CI to continue from the tests stage. Signed-off-by: Jakub Jelen <jjelen@redhat.com> Reviewed-by: Andreas Schneider <asn@cryptomilk.org>
This commit is contained in:
@@ -730,6 +730,11 @@ coverity:
|
|||||||
- brew update
|
- brew update
|
||||||
- brew install cmake openssl cmocka doxygen
|
- brew install cmake openssl cmocka doxygen
|
||||||
- mkdir obj && cd obj
|
- mkdir obj && cd obj
|
||||||
|
only:
|
||||||
|
- branches@libssh/libssh-mirror
|
||||||
|
- branches@cryptomilk/libssh-mirror
|
||||||
|
- branches@jjelen/libssh-mirror
|
||||||
|
- branches@marco.fortina/libssh-mirror
|
||||||
|
|
||||||
# TODO add -DFUZZ_TESTING=ON clang cant find _LLVMFuzzerInitialize on arm64
|
# TODO add -DFUZZ_TESTING=ON clang cant find _LLVMFuzzerInitialize on arm64
|
||||||
macos-m1:
|
macos-m1:
|
||||||
|
|||||||
Reference in New Issue
Block a user