Exclude pyffish from appveyor C++ build
authorFabian Fichter <ianfab@users.noreply.github.com>
Sun, 5 Apr 2020 13:37:50 +0000 (15:37 +0200)
committerFabian Fichter <ianfab@users.noreply.github.com>
Sun, 5 Apr 2020 13:37:50 +0000 (15:37 +0200)
appveyor.yml

index ebf3c87..c0928f5 100644 (file)
@@ -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("\", "/")