Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/mono/libgit2.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorEdward Thomson <ethomson@edwardthomson.com>2019-02-14 12:22:57 +0300
committerGitHub <noreply@github.com>2019-02-14 12:22:57 +0300
commite19163761d5f51f1437fd291a89adf2aaa4aa262 (patch)
tree3e62713af73b7146883142c6b7e6d980afee0d17
parent85b2bd41bea45b175b089278be078f69e628fae0 (diff)
parentef91917f73cd98a43ac26ee75f53d935abfbd94c (diff)
Merge pull request #4980 from libgit2/ethomson/ci_nightly
ci: skip ssh tests on macOS nightly
-rw-r--r--azure-pipelines/nightly.yml1
1 files changed, 1 insertions, 0 deletions
diff --git a/azure-pipelines/nightly.yml b/azure-pipelines/nightly.yml
index 1d34a14df..9f2430e5f 100644
--- a/azure-pipelines/nightly.yml
+++ b/azure-pipelines/nightly.yml
@@ -73,6 +73,7 @@ jobs:
LEAK_CHECK: leaks
CMAKE_OPTIONS: -G Ninja
RUN_INVASIVE_TESTS: true
+ SKIP_SSH_TESTS: true
- job: windows_vs_amd64
displayName: 'Windows (amd64; Visual Studio)'