summaryrefslogtreecommitdiff
path: root/.appveyor.yml
diff options
context:
space:
mode:
authorROUVREAU Vincent <vincent.rouvreau@inria.fr>2020-05-28 10:59:36 +0200
committerROUVREAU Vincent <vincent.rouvreau@inria.fr>2020-05-28 10:59:36 +0200
commit20e57ccc35ef216bec5b1252b41a4aa1da566610 (patch)
tree4e08e42a50e523432d559dffc87f6bfd27c77967 /.appveyor.yml
parent851afaab00a47f1469cb5819b4a26ea52bad988b (diff)
Let's try this
Diffstat (limited to '.appveyor.yml')
-rw-r--r--.appveyor.yml2
1 files changed, 1 insertions, 1 deletions
diff --git a/.appveyor.yml b/.appveyor.yml
index d48ec43e..d072a366 100644
--- a/.appveyor.yml
+++ b/.appveyor.yml
@@ -59,7 +59,7 @@ build_script:
- if [%target%]==[Python] (
cd src/python &
MSBuild Cython.sln /m /p:Configuration=Release /p:Platform=x64 &
- ctest -j 1 --output-on-failure -C Release -E sphinx
+ ctest -j 1 --output-on-failure -C Release
) else (
MSBuild GUDHIdev.sln /m /p:Configuration=Release /p:Platform=x64 &
ctest -j 1 --output-on-failure -C Release -E diff_files