projects
/
fairystockfish.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
(parent:
e810955
)
Exclude pyffish from appveyor C++ build
author
Fabian Fichter
<ianfab@users.noreply.github.com>
Sun, 5 Apr 2020 13:37:50 +0000 (15:37 +0200)
committer
Fabian Fichter
<ianfab@users.noreply.github.com>
Sun, 5 Apr 2020 13:37:50 +0000 (15:37 +0200)
appveyor.yml
patch
|
blob
|
history
diff --git
a/appveyor.yml
b/appveyor.yml
index
ebf3c87
..
c0928f5
100644
(file)
--- 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("\", "/")