From c3e1d2fb0afa203cb9775ce300fd686e4e1c3c71 Mon Sep 17 00:00:00 2001 From: Douglas Stebila Date: Sat, 24 Mar 2018 23:31:12 -0400 Subject: [PATCH] Disable Appveyor on nist-branch. --- appveyor.yml | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/appveyor.yml b/appveyor.yml index 8767b17ae..3f28aea3c 100644 --- a/appveyor.yml +++ b/appveyor.yml @@ -5,6 +5,10 @@ image: Visual Studio 2017 build: verbosity: minimal +branches: + except: + *nist* + configuration: - Release @@ -18,4 +22,4 @@ test_script: %APPVEYOR_BUILD_FOLDER%\VisualStudio\x64\%CONFIGURATION%\minimal_kex_oqs.exe - %APPVEYOR_BUILD_FOLDER%\VisualStudio\x64\%CONFIGURATION%\minimal_sig_oqs.exe \ No newline at end of file + %APPVEYOR_BUILD_FOLDER%\VisualStudio\x64\%CONFIGURATION%\minimal_sig_oqs.exe