From: Fabian Fichter Date: Sun, 5 Apr 2020 13:37:50 +0000 (+0200) Subject: Exclude pyffish from appveyor C++ build X-Git-Url: http://winboard.nl/cgi-bin?a=commitdiff_plain;h=6c6651526b381b329f5adb4cfe46775fd5cc9eb9;p=fairystockfish.git Exclude pyffish from appveyor C++ build --- diff --git a/appveyor.yml b/appveyor.yml index ebf3c87..c0928f5 100644 --- a/appveyor.yml +++ b/appveyor.yml @@ -32,7 +32,7 @@ init: before_build: - ps: | # Get sources - $src = get-childitem -Path *.cpp -Recurse | select -ExpandProperty FullName + $src = get-childitem -Path *.cpp -Recurse -Exclude pyffish.cpp | select -ExpandProperty FullName $src = $src -join ' ' $src = $src.Replace("\", "/")