We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c02f3d5 commit 5fe9269Copy full SHA for 5fe9269
appveyor.yml
@@ -46,7 +46,6 @@ build_script:
46
- tools/appveyor/build.bat
47
48
test_script:
49
- - cd ..
50
- tools/appveyor/python.nosetests.bat
51
52
on_failure:
tools/appveyor/build.bat
@@ -10,4 +10,6 @@ call cmake.exe .. -G "NMake Makefiles" -DCMAKE_BUILD_TYPE=Release -DCMAKE_INSTAL
10
call nmake /F Makefile
11
call nmake /F Makefile install
12
13
+cd ..
14
+
15
@echo off
0 commit comments